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

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

The newest version!
CREATE TABLE ${lexes.table} (
${lexes.luid} INT NOT NULL,
${lexes.posid} CHARACTER (1) CHECK( ${lexes.posid} IN ('n','v','a','r','s') ) NOT NULL,
${lexes.wordid} INT NOT NULL,
${lexes.casedwordid} INT NULL
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy