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

Popular posts from this blog

c++ - CPP, 'X' button listener -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -