Your IP : 10.10.0.253


Current Path : /var/www/plugins/system/rokcommon/sql/
Upload File :
Current File : /var/www/plugins/system/rokcommon/sql/install.mysql.utf8.sql

CREATE TABLE IF NOT EXISTS `#__rokcommon_configs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `extension` varchar(45) NOT NULL DEFAULT '',
  `type` varchar(45) NOT NULL,
  `file` varchar(256) NOT NULL,
  `priority` int(10) NOT NULL DEFAULT '10',
  PRIMARY KEY (`id`)
);