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

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

CREATE TABLE ${relations.table} (
${relations.relationid} INT         NOT NULL,
${relations.relation}   VARCHAR(50) NOT NULL,
${relations.recurses}   TINYINT(1)  NOT NULL
)
DEFAULT CHARSET=utf8mb4;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy