For other googlers, I found a solution here: Cannot Create New Custom Fields. SQLSTATE[42S22] Error - #11 by mikew
- Run
alter table leads drop column generated_email_domain
- Re-run migrations:
php bin/console doctrine:migration:migrate
For other googlers, I found a solution here: Cannot Create New Custom Fields. SQLSTATE[42S22] Error - #11 by mikew
alter table leads drop column generated_email_domain
php bin/console doctrine:migration:migrate