| Current Path : /proc/self/cwd/administrator/components/com_cnotes/sql/ |
| Current File : //proc/self/cwd/administrator/components/com_cnotes/sql/install.mysql.sql |
CREATE TABLE IF NOT EXISTS `#__cnotes_notes` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `note` text NOT NULL, `created_by` int(11) NOT NULL, `created_on` datetime NOT NULL, `url` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;