b0y-101 Mini Shell


Current Path : E:/www2/plan/plugins/system/cwgears/sql/install/mysql/
File Upload :
Current File : E:/www2/plan/plugins/system/cwgears/sql/install/mysql/install.mysql.utf8.sql

CREATE TABLE IF NOT EXISTS `#__cwgears` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `url` varchar(255) NOT NULL,
  `time` int NOT NULL,
  `facebook_js` int(11) NOT NULL,
  `uikit` int(11) NOT NULL,
  `uikit_plus` int(11) NOT NULL,
  PRIMARY KEY  (`id`)
) DEFAULT CHARSET=utf8mb4 DEFAULT COLLATE=utf8mb4_unicode_ci;

CREATE TABLE IF NOT EXISTS `#__cwgears_schedule` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `time` int NOT NULL,
  PRIMARY KEY  (`id`)
) DEFAULT CHARSET=utf8mb4 DEFAULT COLLATE=utf8mb4_unicode_ci;

CREATE TABLE IF NOT EXISTS `#__coalaweb_common` (
  `key` varchar(190) NOT NULL COMMENT 'Primary Key',
  `value` longtext NOT NULL,
  PRIMARY KEY (`key`)
) DEFAULT CHARSET=utf8mb4 DEFAULT COLLATE=utf8mb4_unicode_ci;

Copyright © 2019 by b0y-101