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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -