对数据库表添加新字段时执行makemigrations:
Please select a fix:
Provide a one-off default now (will be set on all existing rows with a null value for this column) 提供一次性默认值
Quit, and let me add a default in models.py 退出,在模型里添加默认值。(推荐)
Select an option:
原文:https://www.cnblogs.com/zjyss/p/11972717.html