mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Allow to specify a default string type schema length #7558
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @beberlei on GitHub (Oct 8, 2025).
Originally assigned to: @beberlei on GitHub.
To simplify migration towards DBAL 4, where MySQL String types need to specify the length, ORM users should be able to specify a global string length that they want in the application. Then its possible to set that to 255 by default to avoid DBAL creating migrations for them.