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

wn.sqltemplates.mysql.reference.synsets-reference.sql Maven / Gradle / Ivy

ALTER TABLE ${synsets.table} ADD CONSTRAINT `fk_@{synsets.table}_@{synsets.posid}` FOREIGN KEY (${synsets.posid}) REFERENCES ${poses.table} (${poses.posid});
ALTER TABLE ${synsets.table} ADD CONSTRAINT `fk_@{synsets.table}_@{synsets.domainid}` FOREIGN KEY (${synsets.domainid}) REFERENCES ${domains.table} (${domains.domainid});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy