Add Symfony TinyInt SQL type
This commit is contained in:
5
php/symfony/config/packages/doctrine.yaml
Normal file
5
php/symfony/config/packages/doctrine.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
doctrine:
|
||||
dbal:
|
||||
# add TinyIntType
|
||||
types:
|
||||
tinyint: App\Doctrine\DBAL\Types\TinyintType
|
||||
Reference in New Issue
Block a user