| Current Path : /var/www/html/persada/backend/modules/contentTemplate/ |
| Current File : /var/www/html/persada/backend/modules/contentTemplate/up.sql |
CREATE TABLE IF NOT EXISTS `content_template` ( `id` int(11) NOT NULL, `name` varchar(255) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `type` varchar(255) DEFAULT NULL, `descr` text, `content` longtext, `created_at` datetime DEFAULT NULL, `created_by` varchar(255) DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `updated_by` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1;