After creating a new class Airport and make some changes in flights when i migrate it after makemigrations throws IntegrityError

前端 未结 0 1036
时光说笑
时光说笑 2020-11-21 10:19

from django.db import models

Create your models here.

class Airport(models.Model):
    code = models.CharField(max_length=3)
    city = models.CharFi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题