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

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

CREATE TABLE ${vframes.table} (
${vframes.frameid} INT NOT NULL,
${vframes.frame} VARCHAR(50) NOT NULL
)
;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy