Internal: Consider json_array as doctrine type to fallback for legacy tables

pull/5608/head
Angel Fernando Quiroz Campos 1 year ago
parent 0b6020ddf7
commit b123f4bed9
No known key found for this signature in database
GPG Key ID: B284841AE3E562CD
  1. 1
      config/packages/doctrine.yaml

@ -15,6 +15,7 @@ doctrine:
row_format: DYNAMIC
types:
json: Doctrine\DBAL\Types\JsonType
json_array: Doctrine\DBAL\Types\JsonType
uuid: Symfony\Bridge\Doctrine\Types\UuidType
datetime: SimPod\DoctrineUtcDateTime\UTCDateTimeType
datetimetz: SimPod\DoctrineUtcDateTime\UTCDateTimeType

Loading…
Cancel
Save