Database Migrations

Database migrations are operations that help us transition from a previous state of the database to a new one. In Atsume, migrations can be automatically generated as you create and update your database models.

Adding a foreign key and inspecting the migration

Renaming a field

Downgrading