| Current Path : /var/www/html/masjid/backend/modules/customDashboard/ |
| Current File : /var/www/html/masjid/backend/modules/customDashboard/up.sql |
CREATE TABLE IF NOT EXISTS `data_dashboard` ( `id` int(11) NOT NULL, `title` varchar(255) DEFAULT NULL, `content` longtext, `category` varchar(255) DEFAULT NULL, `subcategory` varchar(255) DEFAULT NULL, `sorting` int(11) DEFAULT NULL, `activation_status` int(11) DEFAULT '1', `created_by` int(11) DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_by` int(11) DEFAULT NULL, `updated_at` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Indexes for dumped tables -- -- -- Indexes for table `data_dashboard` -- ALTER TABLE `data_dashboard` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `data_dashboard` -- ALTER TABLE `data_dashboard` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=76;