美文网首页
Database Schema

Database Schema

作者: 麒麟楚庄王 | 来源:发表于2018-09-26 15:52 被阅读0次

Migrations

Migrations are Django’s way of propagating changes you make to your models (adding a field, deleting a model, etc.) into your database schema. They’re designed to be mostly automatic, but you’ll need to know when to make migrations, when to run them, and the common problems you might run into.

https://docs.djangoproject.com/en/2.1/topics/migrations/

a representation of a plan or theory in the form of an outline or model.

相关文章

网友评论

      本文标题:Database Schema

      本文链接:https://www.haomeiwen.com/subject/hzndoftx.html