wn.sqltemplates.mysql.create.lexrelations-create.sql Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy