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

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

There is a newer version: 2.3.1
Show newest version
CREATE UNIQUE INDEX `pk_@{relations.table}` ON ${relations.table} (${relations.relationid});
CREATE UNIQUE INDEX `uk_@{relations.table}_@{relations.relation}` ON ${relations.table} (${relations.relation});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy