All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wn.sqltemplates.mysql.reference.samples-reference.sql Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
ALTER TABLE ${samples.table} ADD CONSTRAINT `fk_@{samples.table}_@{samples.synsetid}` FOREIGN KEY (${samples.synsetid}) REFERENCES ${synsets.table} (${synsets.synsetid});
ALTER TABLE ${samples.table} ADD CONSTRAINT `fk_@{samples.table}_@{samples.luid}` FOREIGN KEY (${samples.luid}) REFERENCES ${lexes.table} (${lexes.luid});
ALTER TABLE ${samples.table} ADD CONSTRAINT `fk_@{samples.table}_@{samples.wordid}` FOREIGN KEY (${samples.wordid}) REFERENCES ${words.table} (${words.wordid});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy