Current Directory: /home/astoriaah/www/old15/administrator/components/com_widgetkit/installation
Viewing File: /home/astoriaah/www/old15/administrator/components/com_widgetkit/installation/install.sql
CREATE TABLE IF NOT EXISTS `#__widgetkit_widget` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`type` varchar(255) NOT NULL,
`style` varchar(255) NOT NULL,
`name` varchar(255) NOT NULL,
`content` longtext NOT NULL,
`created` datetime NOT NULL,
`modified` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM;