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

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

CREATE TABLE ${casedwords.table} (
${casedwords.casedwordid} INT NOT NULL,
${casedwords.wordid} INT NOT NULL ,
${casedwords.casedword} VARCHAR(80) NOT NULL
)
;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy