CREATE TABLE `wp_revslider_slides` (  `id` int(9) NOT NULL AUTO_INCREMENT,  `slider_id` int(9) NOT NULL,  `slide_order` int(11) NOT NULL,  `params` mediumtext COLLATE utf8_unicode_ci NOT NULL,  `layers` mediumtext COLLATE utf8_unicode_ci NOT NULL,  `settings` text COLLATE utf8_unicode_ci NOT NULL,  UNIQUE KEY `id` (`id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */;
SET FOREIGN_KEY_CHECKS = 0;
SET UNIQUE_CHECKS = 0;
/*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */;
SET FOREIGN_KEY_CHECKS = 1;
SET UNIQUE_CHECKS = 1;
