问题:字段修改属性发生错误 1> >python manage.py makemigrations You are trying to add a non-nullable field 'price_monthly' to product without a default; we can't do that (the database needs something to populate existing rows). Please select a fix: 1) Provide a o…