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

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

The newest version!
ALTER TABLE ${lexes_morphs.table} ADD CONSTRAINT `fk_@{lexes_morphs.table}_@{lexes_morphs.luid}`    FOREIGN KEY (${lexes_morphs.luid})    REFERENCES ${lexes.table}  (${lexes.luid});
ALTER TABLE ${lexes_morphs.table} ADD CONSTRAINT `fk_@{lexes_morphs.table}_@{lexes_morphs.wordid}`  FOREIGN KEY (${lexes_morphs.wordid})  REFERENCES ${words.table}  (${words.wordid});
ALTER TABLE ${lexes_morphs.table} ADD CONSTRAINT `fk_@{lexes_morphs.table}_@{lexes_morphs.morphid}` FOREIGN KEY (${lexes_morphs.morphid}) REFERENCES ${morphs.table} (${morphs.morphid});
ALTER TABLE ${lexes_morphs.table} ADD CONSTRAINT `fk_@{lexes_morphs.table}_@{lexes_morphs.posid}`   FOREIGN KEY (${lexes_morphs.posid})   REFERENCES ${poses.table}  (${poses.posid});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy