Open wcoppens opened 7 years ago
Seems since Doctrine 2.6 type json_array is fully deprecated and results in incorrect sql dumps when generating SQL code using migrations or --dump-sql command.
json_array
--dump-sql
https://github.com/doctrine/dbal/releases/tag/v2.6.0
See #194.
Seems since Doctrine 2.6 type
json_array
is fully deprecated and results in incorrect sql dumps when generating SQL code using migrations or--dump-sql
command.https://github.com/doctrine/dbal/releases/tag/v2.6.0