| Current Path : /var/www/html/ebookingdbkl/backend/modules/frontendColorTheme/ |
| Current File : /var/www/html/ebookingdbkl/backend/modules/frontendColorTheme/up.sql |
CREATE TABLE IF NOT EXISTS `frontend_color_theme` ( `id` int(11) NOT NULL, `title` varchar(255) DEFAULT NULL, `color_primary` varchar(255) DEFAULT NULL, `color_secondary` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1;