报错:
jobs.Jobs.creator: (fields.E320) Field specifies on_delete=SET_NULL, but cannot be null.
HINT: Set null=True argument on the field, or change the on_delete rule.
image.png
问题解决:
根据提示,增加null -True
jobs.Jobs.creator: (fields.E320) Field specifies on_delete=SET_NULL, but cannot be null.
HINT: Set null=True argument on the field, or change the on_delete rule.
image.png
根据提示,增加null -True
本文标题:jobs.Jobs.creator: (fields.E320)
本文链接:https://www.haomeiwen.com/subject/thzfmktx.html
网友评论