ALTER TABLE rekognition_customer_profiles
  MODIFY importance_level ENUM('1', '2', '3', 'VIP', 'VVIP', 'Corporate', 'Prospect') NULL;
