| Current Path : /var/www/html/learn/backend/modules/installer/migrations/ |
| Current File : /var/www/html/learn/backend/modules/installer/migrations/frontend_content_category.sql |
-- -------------------------------------------------------- -- Host: 127.0.0.1 -- Server version: 5.7.21 - MySQL Community Server (GPL) -- Server OS: Win64 -- HeidiSQL Version: 11.0.0.5919 -- -------------------------------------------------------- /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET NAMES utf8 */; /*!50503 SET NAMES utf8mb4 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -- Dumping structure for table selfinstaller.frontend_content_category CREATE TABLE IF NOT EXISTS `frontend_content_category` ( `category_id` int(11) NOT NULL AUTO_INCREMENT, `category_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`category_id`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- Dumping data for table selfinstaller.frontend_content_category: ~22 rows (approximately) /*!40000 ALTER TABLE `frontend_content_category` DISABLE KEYS */; INSERT IGNORE INTO `frontend_content_category` (`category_id`, `category_name`) VALUES (1, 'Navbar'), (2, 'Slider'), (3, 'Introduction'), (4, 'Information'), (5, 'Map'), (6, 'Contact'), (7, 'Media Gallery'), (8, 'Testimonial'), (9, 'Social Network'), (10, 'Login'), (11, 'Vizualization'), (12, 'Panel'), (13, 'Slider No Gallery'), (14, 'SubFooter'), (15, 'Accordion'), (16, 'BreadCrumbs'), (17, 'Others'), (18, 'Section'), (19, 'Preloader'), (20, 'Footer'), (21, 'Header'), (22, 'Subheader'); /*!40000 ALTER TABLE `frontend_content_category` ENABLE KEYS */; /*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */; /*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;