# -------------------------------------------------------- # # Table structure for table 'template' # CREATE TABLE template ( id int(255) NOT NULL auto_increment, name varchar(255) NOT NULL, titel varchar(255) NOT NULL, template text NOT NULL, PRIMARY KEY (id) );