ALTER TABLE `Notification` ADD COLUMN `FilePath` varchar(5000) NULL AFTER `Content`, ADD COLUMN `FileName` varchar(5000) NULL AFTER `FilePath`;