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

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

There is a newer version: 2.3.1
Show 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 - 2025 Weber Informatics LLC | Privacy Policy