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

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

The newest version!
CREATE UNIQUE INDEX `pk_@{vtemplates.table}` ON ${vtemplates.table} (${vtemplates.templateid});
CREATE UNIQUE INDEX `uk_@{vtemplates.table}_@{vtemplates.template}` ON ${vtemplates.table} (${vtemplates.template});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy