ALTER TABLE `schools`
ADD `include_fairs` BOOL NOT NULL DEFAULT TRUE,
ADD `include_olympics` BOOL NOT NULL DEFAULT TRUE;