| Current Path : /var/www/html/ebookingdbkl/backend/modules/notification/ |
| Current File : /var/www/html/ebookingdbkl/backend/modules/notification/up.sql |
CREATE TABLE IF NOT EXISTS `notification_template` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `type` varchar(255) DEFAULT NULL, `descr` text DEFAULT NULL, `content` longtext 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 (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1;