| Current Path : /var/www/html/ssr26/backend/modules/api/ |
| Current File : /var/www/html/ssr26/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;