Closed
Description
The default configured version_column_length in module.config.php of 1024 is too long in MySQL/MariaDB with utf8mb4 (which is the default in MySQL 8.0 and MariaDB 10.5 and later)
This gives an error when running migrations:migrate for the first time or migrations:sync-metadata-storage when metadata storage needs to be synchronized
In doctrine/migrations it was reduced to 191.
See doctrine/migrations#958 and https://github.com/doctrine/migrations/pull/960/files