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

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

The newest version!
CREATE TABLE ${pronunciations.table} (
${pronunciations.pronunciationid} INT NOT NULL,
${pronunciations.pronunciation} VARCHAR(50) NOT NULL
)
;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy