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

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

The newest version!
CREATE UNIQUE INDEX `pk_@{domains.table}` ON ${domains.table} (${domains.domainid});
CREATE UNIQUE INDEX `uk_@{domains.table}_@{domains.domain}_@{domains.posid}` ON ${domains.table} (${domains.domain},${domains.posid});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy