· 7 years ago · Feb 22, 2019, 02:20 AM
1
2-- Table structure for table `notifications`
3--
4
5CREATE TABLE IF NOT EXISTS `notifications` (
6 `id` int(11) NOT NULL AUTO_INCREMENT,
7 `message` varchar(111) NOT NULL DEFAULT '0',
8 `time` varchar(111) NOT NULL DEFAULT '0',
9 `view` varchar(111) NOT NULL,
10 PRIMARY KEY (`id`)
11) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=265 ;
12
13--
14-- Dumping data for table `notifications`
15--