[PR #11657] Support for DBAL 4.2 EnumType in SchemaTool #13164

Closed
opened 2026-01-22 16:16:23 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/11657

State: closed
Merged: Yes


The MySQL/Maria EnumType added in DBAL 4.2 has a new known option "values" that SchemaTool should know about so the following should now work automatically:

#[Column(type: "enum", options: ['values' => ['foo', 'bar', 'baz']])
public $choice;
**Original Pull Request:** https://github.com/doctrine/orm/pull/11657 **State:** closed **Merged:** Yes --- The MySQL/Maria EnumType added in DBAL 4.2 has a new known option "values" that SchemaTool should know about so the following should now work automatically: ```php #[Column(type: "enum", options: ['values' => ['foo', 'bar', 'baz']]) public $choice; ```
admin added the pull-request label 2026-01-22 16:16:23 +01:00
admin closed this issue 2026-01-22 16:16:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#13164