visual studio code里面可以安装docker插件
new dev container
db_index=true普通索引
unique=true唯一索引
class Meta:
indexes=[]
unique_together
python manage.py makemigrations 现根据类生成迁移脚本
python manage.py migrate 打脚本
标签:manage,04,python,08,py,2023,unique From: https://www.cnblogs.com/chucklu/p/17298069.html