Strange SQL Error when trying to create new custom field

For other googlers, I found a solution here: Cannot Create New Custom Fields. SQLSTATE[42S22] Error - #11 by mikew

  1. Run alter table leads drop column generated_email_domain
  2. Re-run migrations: php bin/console doctrine:migration:migrate
1 Like