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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy