ALTER TABLE `make_and_models` DROP `status`; ALTER TABLE `technical_specs` ADD `status` BOOLEAN NOT NULL DEFAULT TRUE AFTER `life_of_asset`;