ALTER TABLE `notifications` ADD `notification_by` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `updated_by`;
ALTER TABLE `notifications` ADD `is_read` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0' AFTER `notification_by`;
