-- Roy 76065 for RakutenVisselKobe_TableDef_20190808 ALTER TABLE sms_fee DROP COLUMN familyid; -- Roy 76065 RakutenVisselKobe_TableDef_20190819 (misspeled column name) ALTER TABLE event_contacts DROP COLUMN taking_medicine_timeing; -- Roy 76065 RakutenVisselKobe_TableDef_20200226 ALTER TABLE event_contacts MODIFY COLUMN `date_entered` datetime(0) NOT NULL AFTER `date_modified`; ALTER TABLE event_contacts MODIFY COLUMN `guide` tinyint(4) NULL DEFAULT NULL AFTER `cancel_wait_order`; -- Roy 76065 RakutenVisselKobe_TableDef_20200311 ALTER TABLE contacts DROP COLUMN bank_name; ALTER TABLE contacts DROP COLUMN bank_branch_name;