Add Symfony TinyInt SQL type

This commit is contained in:
2026-03-05 14:01:05 +01:00
parent d5c38ce578
commit a705df675f
2 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,5 @@
doctrine:
dbal:
# add TinyIntType
types:
tinyint: App\Doctrine\DBAL\Types\TinyintType