migrate

Migrate

This will migrate the migration files against the database. This is how the migrate button process the migration:

  • will make sure database repository exist talks about the migrations table

  • attach a migration batch number

  • will prepare the pending migrations or "outstanding migrations"

  • after that we build the migration schema

  • we run the schema that we built

  • we log the migration to database repository

Last updated