IntegrityError at ** NOT NULL constraint failed: learning_logs_topic.owner_id

最近在學習《python 從入門到實戰》第19章,在learning_logs中models 添加了topic的用戶屬性,即哪個用戶登錄後創建的topic,則此topic的owner屬性爲此登錄用戶,代碼:owner=models.ForeignKey(User,on_delete=models.CASCADE),owner 是User的外鍵(pthon 版本3.7.4,django版本2.2.6
相關文章
相關標籤/搜索