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

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

The newest version!
CREATE TABLE ${vframes.table} (
${vframes.frameid} INT         NOT NULL,
${vframes.frame}   VARCHAR(50) NOT NULL
)
DEFAULT CHARSET=utf8mb4;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy