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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy