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

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

The newest version!
CREATE TABLE ${vtemplates.table} (
${vtemplates.templateid} INT        NOT NULL,
${vtemplates.template}   MEDIUMTEXT NOT NULL
)
DEFAULT CHARSET=utf8mb4;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy