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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -