Struktur
Feldname | Datentyp | Beschreibung |
content_id | int(11) NOT NULL default '0' | DATENSATZ ID (ref. ms_content_manager) |
information | tinyint(1) unsigned default '0' | Content Box Information |
content | tinyint(1) unsigned default '0' | Content Box Content |
startpage | tinyint(1) unsigned default '0' | Startseite |
checkout | tinyint(1) unsigned default '0' | Checkout |
header | tinyint(1) unsigned default '0' | Header |
footer | tinyint(1) unsigned default '0' | Footer |
shipping_info | tinyint(1) unsigned default '0' | Versandinformationen |
Indize
Indextyp | Indexname | Indexspalten |
PRIMARY KEY | content_id |