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

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

There is a newer version: 2.3.1
Show newest version
CREATE TABLE ${domains.table} (
${domains.domainid}   INT                       NOT NULL,
${domains.domain}     VARCHAR(32)               NOT NULL,
${domains.domainname} VARCHAR(32)               NOT NULL,
${domains.posid}      ENUM('n','v','a','r','s') NOT NULL
)
DEFAULT CHARSET=utf8mb4;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy