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

wn.sqltemplates.mysql.index.pronunciations-index.sql Maven / Gradle / Ivy

The newest version!
ALTER TABLE ${pronunciations.table} ADD CONSTRAINT `pk_@{pronunciations.table}`                                 PRIMARY KEY (${pronunciations.pronunciationid});
ALTER TABLE ${pronunciations.table} ADD CONSTRAINT `uk_@{pronunciations.table}_@{pronunciations.pronunciation}` UNIQUE KEY  (${pronunciations.pronunciation});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy