Skip to content

migrate

Run the database migrations

Usage

migrate [options]

Options

Local

  • -s, --seed - Seed the database after migrating

  • --dry-run - Pretend to run the migrations without actually changing anything

Global

  • -V, --version - output the version number

  • -v, --verbose - Increase output level

  • -f, --force - Force the operation to run without asking for confirmation.

  • --linked - Works with the linked database instead of the local one.