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

wn.sqltemplates.sqlite.create.senses_adjpositions-create.sql Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
CREATE TABLE ${senses_adjpositions.table} (
${senses_adjpositions.synsetid} INT NOT NULL,
${senses_adjpositions.luid} INT NOT NULL,
${senses_adjpositions.wordid} INT NOT NULL,
${senses_adjpositions.positionid} CHARACTER (1) CHECK( ${senses_adjpositions.positionid} IN ('a','p','ip') ) NOT NULL
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy