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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy