Run Migration
Run all migrations#
Run specific migration#
Drop table and migrate#
The -d
option will drop all tables from the database:
Drop all tables:
The --fresh
or -f
option will drop the table from the database and then execute the migrate command:
Drop and migrate all tables:
Drop and migrate specific table: