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

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

The newest version!
CREATE TABLE ${lexrelations.table} (
${lexrelations.synset1id}  INT NOT NULL,
${lexrelations.lu1id}      INT NOT NULL,
${lexrelations.word1id}    INT NOT NULL,
${lexrelations.synset2id}  INT NOT NULL,
${lexrelations.lu2id}      INT NOT NULL,
${lexrelations.word2id}    INT NOT NULL,
${lexrelations.relationid} INT NOT NULL
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy