templates¶
Columns¶
id int(11) NOT NULL AUTO_INCREMENT
- Options
type="", null="true", search="false", display="true"
code varchar(255) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
body mediumtext DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
last_change timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
- Options
type="", null="true", search="false", display="true"