Ops
Ops copied to clipboard
兄嘚,makemigrations时经常会有字段设置为不为空但没有默认值
在model里设置一下就好了,可能之前遗漏了,把默认值设置为空字符串,最好不要设置为null
好嘚,兄嘚