fix: removing comma

This commit is contained in:
Gabriel Pedro 2016-05-02 16:27:32 -04:00
parent e48ee4854d
commit 358b16e748

View File

@ -38,7 +38,7 @@
`notification_code` varchar(40) NOT NULL,
`details` text NOT NULL,
`receive_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
*/