11-24-2013, 06:32 AM
CREATE TABLE `t_event_2pan4pan` (
`a_user_index` int(11) NOT NULL DEFAULT 0,
`a_user_idx` int(11) NOT NULL DEFAULT 0,
`a_date` date NOT NULL DEFAULT 0000-00-00,
PRIMARY KEY (`a_user_index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Not sure if this is a 100% but should work ,....

