Struktur
Feldname | Datentyp | Beschreibung |
customers_id | int(11) NOT NULL auto_increment | DATENSATZ ID (ref. customers) |
admin_group_id | int(11) NOT NULL default '0' | Administratoren Gruppen ID (ref. ms_admin_groups) |
Indize
Indextyp | Indexname | Indexspalten |
PRIMARY KEY | customers_id |