adspace
Answer Posted / Avkash Kumar
In Django, migrations are files that describe database schema changes for your app. They enable you to safely upgrade, downgrade or refresh the state of your database.nnWhen you make changes to your models (for example by adding a field), Django creates a new migration that describes these changes. These migrations can then be applied to update the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category