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

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

The newest version!
ALTER TABLE ${vtemplates.table} ADD CONSTRAINT `pk_@{vtemplates.table}`                        PRIMARY KEY (${vtemplates.templateid});
ALTER TABLE ${vtemplates.table} ADD CONSTRAINT `uk_@{vtemplates.table}_@{vtemplates.template}` UNIQUE KEY  (${vtemplates.template}(64));




© 2015 - 2024 Weber Informatics LLC | Privacy Policy