Django: Getting Started Transcripts
Chapter: DB Migrations
Lecture: Django's migrations table

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Django stores the migration state of all the apps in a table called Django migrations. Let's take a look at it.
0:15 There's a row in here for each migration applied for each app. In our case, most of them are initial. But if you look at the off app,
0:26 for example, there are almost a dozen scripts that have been applied.


Talk Python's Mastodon Michael Kennedy's Mastodon