alter table transporters add column holiday_flag int(10) unsigned not null default 0; alter table spawn add column holiday_flag int(10) unsigned not null default 0;