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

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

The newest version!
CREATE TABLE ${poses.table} (
${poses.posid} CHARACTER (1) CHECK( ${poses.posid} IN ('n','v','a','r','s') ) NOT NULL,
${poses.pos} VARCHAR(20) NOT NULL
)
;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy