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

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

There is a newer version: 2.3.1
Show newest version
ALTER TABLE ${words.table} ADD CONSTRAINT `pk_@{words.table}`               PRIMARY KEY (${words.wordid});
ALTER TABLE ${words.table} ADD CONSTRAINT `uk_@{words.table}_@{words.word}` UNIQUE KEY  (${words.word});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy