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

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

The newest version!
CREATE TABLE ${pronunciations.table} (
${pronunciations.pronunciationid} INT                                                   NOT NULL,
${pronunciations.pronunciation}   VARCHAR(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL
)
DEFAULT CHARSET=utf8mb4;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy