08-23-2013, 05:08 AM
look at your PM @2....
for anyone else the table is
CREATE TABLE `t_new_promotion` (
`a_index` int(11) NOT NULL AUTO_INCREMENT,
`a_enable` int(11) NOT NULL DEFAULT 0,
` a_use_state` int(11) NOT NULL DEFAULT 0,
`a_section_string` int(11) NOT NULL DEFAULT 0,
`a_section_type` int(11) NOT NULL DEFAULT 0,
`a_start_date` datetime DEFAULT NULL,
`a_end_date` datetime DEFAULT NULL,
`a_use_date` datetime DEFAULT NULL,
`a_key_string` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`a_index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

