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

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

The newest version!
ALTER TABLE ${lexes.table} ADD CONSTRAINT `pk_@{lexes.table}` PRIMARY KEY         (${lexes.luid});
ALTER TABLE ${lexes.table} ADD KEY        `k_@{lexes.table}_@{lexes.wordid}`      (${lexes.wordid});
ALTER TABLE ${lexes.table} ADD KEY        `k_@{lexes.table}_@{lexes.casedwordid}` (${lexes.casedwordid});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy