CREATE TABLE `activity` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(200) collate utf8_unicode_ci NOT NULL,
`body` varchar(3000) collate utf8_unicode_ci NOT NULL,
`body2` varchar(200) collate utf8_unicode_ci NOT NULL,
`img` varchar(200) collate utf8_unicode_ci NOT NULL,
`date` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
อัพเข้า Mysql มันขึ้น
1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'collate utf8_unicode_ci NOT NULL,
`body` varchar(3000) colla