migrations文件转sql语句

migrations文件转sql语句

python manage.py sqlmigrate app名 文件编号
# 例
python manage.py sqlmigrate card 0009 --settings=xxx.settings.dev