Struktur
Feldname | Datentyp | Beschreibung |
newsletter_id | int(11) NOT NULL auto_increment | DATENSATZ ID |
title | text NOT NULL | Newsletter Titel |
bc | text NOT NULL | Blindcopy |
cc | text NOT NULL | Copy |
newsletter_date | datetime default NULL | Datum Newsletter |
status | int(1) NOT NULL default '0' | Status |
body | text NOT NULL | Inhalt |
store_id | int(11) NOT NULL default '0' | Store ID (ref. ms_store) |
Indize
Indextyp | Indexname | Indexspalten |
PRIMARY KEY | newsletter_id |