Skip to content

Commit

Permalink
The MySQL/Maria EnumType added in DBAL 4.2 has a new known option "va…
Browse files Browse the repository at this point in the history
…lues". (#11657)
  • Loading branch information
beberlei authored Oct 11, 2024
1 parent 5f39343 commit 5bfb744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/SchemaTool.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*/
class SchemaTool
{
private const KNOWN_COLUMN_OPTIONS = ['comment', 'unsigned', 'fixed', 'default'];
private const KNOWN_COLUMN_OPTIONS = ['comment', 'unsigned', 'fixed', 'default', 'values'];

private readonly AbstractPlatform $platform;
private readonly QuoteStrategy $quoteStrategy;
Expand Down

0 comments on commit 5bfb744

Please sign in to comment.