| Current Path : /home/sarayaglobal/sarayamystair.in/plugins/system/jtframework/sql/mysql/ |
| Current File : /home/sarayaglobal/sarayamystair.in/plugins/system/jtframework/sql/mysql/install.sql |
CREATE TABLE IF NOT EXISTS `#__jtframework_configs` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `value` text, `scope` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;