Struktur
Feldname | Datentyp | Beschreibung |
customers_info_id | int(11) NOT NULL default '0' | Kunden ID (ref. customers) |
customers_info_date_of_last_logon | datetime default NULL | Letzter Login Datum |
customers_info_number_of_logons | int(5) default NULL | Anzahl Logins |
customers_info_date_account_created | datetime default NULL | Erstellt am |
customers_info_date_account_last_modified | datetime default NULL | Zuletzt bearbeitet am |
global_product_notifications | int(1) default '0' | ungenutzt |
Indize
Indextyp | Indexname | Indexspalten |
PRIMARY KEY | customers_info_id |