Your IP : 10.10.0.253


Current Path : /var/www/administrator/components/com_cnotes/sql/
Upload File :
Current File : /var/www/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;