ALTER TABLE `contract` 
ADD COLUMN `WeeklyDays` INT(10) NULL DEFAULT NULL COMMENT '' AFTER `SystemEntryID`;
