在goods应用里面写了tb_content数据表的模型类(不该写在这里的),进行了数据迁移,还导入了数据。 在contents应用里也写了tb_content数据表的模型类(应该写在这里的), 解决办吧: 代码上,删除goods里面的。 python manage.py migrate contents --fake (假装迁移了,实际上是修改 django_migrations数据表)...
File"D:\python_learn\meiduo_project\env\lib\site-packages\pymysql\err.py", line 109,inraise_mysql_exceptionraiseerrorclass(errno, errval) django.db.utils.InternalError: (1050,"Table 'tb_goods_visit' already exists") 1.使用命令 python manage.py migrate --fake 先进行表结构的同步 2.完成后...
tb_b_sourcegoodsinfo_offer e ON c.offerid=e.offerid INNER JOIN tb_b_user h ON e.shipperid=h.userid left join tb_b_shippingnoteinfo_cost g on c.shippingnoteid=g.shippingnoteid and g.status = 0 and g.usertype = 2 INNER JOIN tb_b_user f ON g.userid=f.userid AND f.user...
File"D:\python_learn\meiduo_project\env\lib\site-packages\pymysql\err.py", line 109,inraise_mysql_exceptionraiseerrorclass(errno, errval) django.db.utils.InternalError: (1050,"Table 'tb_goods_visit' already exists") 1.使用命令 python manage.py migrate --fake 先进行表结构的同步 2.完成后...