Struktur
Feldname | Datentyp | Beschreibung |
customers_requestlist_id | int(11) unsigned NOT NULL auto_increment | DATENSATZ ID |
customers_id | varchar(32) NOT NULL | Kunden ID (ref. customers) |
store_id | int(11) NOT NULL default '1' | Store ID (ref. ms_store) |
is_active | enum('0','1') NOT NULL default '0' | Aktiviert (0/1) |
is_visible | enum('0','1') NOT NULL default '1' | Sichtbar (0/1) |
expire | int(32) NOT NULL | Läuft ab am |
Indize
Indextyp | Indexname | Indexspalten |
PRIMARY KEY | customers_requestlist_id |