Struktur
Feldname | Datentyp | Beschreibung |
coupon_id | int(11) NOT NULL default '0' | DATENSATZ ID (ref. coupons) |
language_id | int(11) NOT NULL default '0' | Sprach ID (ref. languages) |
coupon_name | varchar(32) NOT NULL default | Kupon Name |
coupon_description | text | Kupon Beschreibung |
Indize
Indextyp | Indexname | Indexspalten |
KEY | coupon_id | coupon_id |