CREATE TABLE IF NOT EXISTS `site_service_customers_info` ( `c_info_id` int(11) NOT NULL DEFAULT '0', `c_info_date_of_last_logon` datetime DEFAULT NULL, `c_info_number_of_logons` int(5) DEFAULT NULL, `c_info_date_account_created` datetime DEFAULT NULL, `c_info_date_account_last_modified` datetime DEFAULT NULL, `c_global_product_notifications` int(1) DEFAULT '0', `c_dob` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `c_dod` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=MyISAM DEFAULT CHARSET=utf8;