ALTER TABLE `user_types` ADD `deleted_at` DATETIME NULL AFTER `updated_at`; ALTER TABLE `carriers` ADD `deleted_at` DATETIME NULL AFTER `updated_at`;