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

wn.sqltemplates.mysql.create.senses_vtemplates-create.sql Maven / Gradle / Ivy

The newest version!
CREATE TABLE ${senses_vtemplates.table} (
${senses_vtemplates.synsetid}   INT NOT NULL,
${senses_vtemplates.luid}       INT NOT NULL,
${senses_vtemplates.wordid}     INT NOT NULL,
${senses_vtemplates.templateid} INT NOT NULL
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy