mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #12206] Make default string length of 255 configurable in SchemaTool. #13576
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/12206
Author: @beberlei
Created: 10/8/2025
Status: 🔄 Open
Base:
3.7.x← Head:ORM-DefaultStringSchemaLength📝 Commits (1)
6a25052Make default string length of 255 configurable in SchemaTool.📊 Changes
2 files changed (+13 additions, -2 deletions)
View changed files
📝
src/Configuration.php(+10 -0)📝
src/Tools/SchemaTool.php(+3 -2)📄 Description
Unsure about the problem space yet, since our assumption was that ORM does not set the default to 255 yet, but apparently it does here in SchemaTool for type === 'string'.
Fixes #12205
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.