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

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

The newest version!
CREATE UNIQUE INDEX `pk_@{words.table}` ON ${words.table} (${words.wordid});
CREATE UNIQUE INDEX `uk_@{words.table}_@{words.word}` ON ${words.table} (${words.word});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy