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

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

The newest version!
CREATE UNIQUE INDEX `pk_@{pronunciations.table}` ON ${pronunciations.table} (${pronunciations.pronunciationid});
CREATE UNIQUE INDEX `uk_@{pronunciations.table}_@{pronunciations.pronunciation}` ON ${pronunciations.table} (${pronunciations.pronunciation});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy