CREATE TABLE `event_past_featured` ( `id` int(11) NOT NULL AUTO_INCREMENT, `events` varchar(50) NOT NULL, PRIMARY KEY (`id`)); );