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

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

The newest version!
CREATE TABLE ${casedwords.table} (
${casedwords.casedwordid} INT                                                          NOT NULL,
${casedwords.wordid}      INT                                                          NOT NULL ,
${casedwords.casedword}   VARCHAR(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_as_cs NOT NULL
)
DEFAULT CHARSET=utf8mb4;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy