# Table structure for table `text_conf`
#

CREATE TABLE text_conf (
id int(5) NOT NULL auto_increment,
email_text blob,
front_page_en blob,
about_us_text_en blob,
conditions_of_use_en blob,
privacy_notice_en blob,
shipping_and_returns_en blob,
contact_us_en blob,
front_page_es blob,
about_us_text_es blob,
conditions_of_use_es blob,
privacy_notice_es blob,
shipping_and_returns_es blob,
contact_us_es blob,
front_page_de blob,
about_us_text_de blob,
conditions_of_use_de blob,
privacy_notice_de blob,
shipping_and_returns_de blob,
contact_us_de blob,
header_graphic_left varchar(128) default NULL,
header_graphic_right varchar(128) default NULL,
stylesheet varchar(255) default NULL,
PRIMARY KEY  (id)
) TYPE=MyISAM;
# --------------------------------------------------------

#
