-- AlterTable
ALTER TABLE `car_listings` ADD COLUMN `test_drive_available` ENUM('YES', 'NO') NOT NULL DEFAULT 'NO';
