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

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

The newest version!
CREATE TABLE ${lexes_pronunciations.table} (
${lexes_pronunciations.luid}            INT                       NOT NULL,
${lexes_pronunciations.wordid}          INT                       NOT NULL,
${lexes_pronunciations.posid}           ENUM('n','v','a','r','s') NOT NULL,
${lexes_pronunciations.pronunciationid} INT                       NOT NULL,
${lexes_pronunciations.variety}         VARCHAR(2)                DEFAULT NULL
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy