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

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

ALTER TABLE ${lexes_pronunciations.table} ADD KEY `k_@{lexes_pronunciations.table}_@{lexes_pronunciations.pronunciationid}` (${lexes_pronunciations.pronunciationid});
ALTER TABLE ${lexes_pronunciations.table} ADD KEY `k_@{lexes_pronunciations.table}_@{lexes_pronunciations.luid}`            (${lexes_pronunciations.luid});
ALTER TABLE ${lexes_pronunciations.table} ADD KEY `k_@{lexes_pronunciations.table}_@{lexes_pronunciations.wordid}`          (${lexes_pronunciations.wordid});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy