php - Doctrine array field with default value -
is there way set default value array field?
data: type: array nullable: true options: default: {key1: value1, key2: value2} comment: 'some array data'
it doctrine:migration:diff
command set value in migration.
Comments
Post a Comment