Your IP : 216.73.216.79


Current Path : /var/www/html/elibrary/backend/modules/contentStatistics/
Upload File :
Current File : /var/www/html/elibrary/backend/modules/contentStatistics/up.sql

CREATE TABLE IF NOT EXISTS `content_statistics` (
  `stats_id` int(11) NOT NULL AUTO_INCREMENT,
  `stats_status` varchar(255) DEFAULT NULL,
  `stats_type` varchar(255) DEFAULT NULL,
  `stats_main` int(11) DEFAULT NULL,
  `stats_parent_id` int(11) DEFAULT NULL,
  `stats_language` varchar(255) DEFAULT NULL,
  `stats_title` varchar(255) DEFAULT NULL,
  `stats_content` text DEFAULT NULL,
  `stats_item` text DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `created_by` varchar(255) DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `updated_by` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`stats_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;