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

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

The newest version!
ALTER TABLE ${relations.table} ADD CONSTRAINT `pk_@{relations.table}`                       PRIMARY KEY  (${relations.relationid});
ALTER TABLE ${relations.table} ADD CONSTRAINT `uk_@{relations.table}_@{relations.relation}` UNIQUE KEY   (${relations.relation});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy