Struktur
Feldname | Datentyp | Beschreibung |
tpl_id | int(11) NOT NULL default '0' | DATENSATZ ID (ref. mail_templates) |
languages_id | int(11) NOT NULL default '0' | Sprach ID (ref. languages) |
mail_body_html | text NOT NULL | E-Mail Inhalt HTML |
mail_body_txt | text NOT NULL | E-Mail Inhalt Text |
mail_subject | varchar(255) NOT NULL default | E-Mail Betreff |
Indize
Indextyp | Indexname | Indexspalten |
PRIMARY KEY | tpl_id, languages_id |