migrate message出错
来源:3-3 django orm介绍与model设计
wuliaoshixia
2018-04-08
django.db.utils.OperationalError: (1091, "Can't DROP 'id'; check that column/key exists")
写回答
1回答
-
bobby
2018-04-09
是否你设置了主键? 是否没有使用默认的id作为主键?
022018-04-10
相似问题