ALTER TABLE rekognition_customer_profiles
  DROP KEY idx_customer_profiles_name,
  DROP COLUMN first_name,
  DROP COLUMN last_name,
  DROP COLUMN company;
