Your IP : 216.73.216.79


Current Path : /var/www/html/brspace/backend/modules/api/
Upload File :
Current File : /var/www/html/brspace/backend/modules/api/up.sql

CREATE TABLE IF NOT EXISTS `api` (
  `api_id` int(11) NOT NULL,
  `api_code` varchar(255) DEFAULT NULL,
  `api_descr` text,
  `api_content` text,
  `created_at` datetime DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  PRIMARY KEY (`api_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;