You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this package to map inet[] and cidr[] types properly but I can't seem to get it working.
I tried adding the following into my Symfony config/doctrine.yaml:
doctrine:
dbal:
# ...types:
# ...all the other typesinet[]: MartinGeorgiev\Doctrine\DBAL\Types\TextArraycidr[]: MartinGeorgiev\Doctrine\DBAL\Types\TextArraymapping_types:
# ...all the other typesinet[]: text[]_inet: text[]cidr[]: text[]_cidr: text[]
It doesn't change how the value is returned. What am I doing wrong?
The text was updated successfully, but these errors were encountered:
I'm trying to use this package to map
inet[]
andcidr[]
types properly but I can't seem to get it working.I tried adding the following into my Symfony config/doctrine.yaml:
It doesn't change how the value is returned. What am I doing wrong?
The text was updated successfully, but these errors were encountered: