database - The database connection to use Optionalforce - Force the operation to run when in production Optionalisolated - Do not run the command if another instance of the command is already running Optionalpath=[] - The path(s) to the migrations files to be executed Optionalpretend - Dump the SQL queries that would be run Optionalrealpath - Indicate any provided migration file paths are pre-resolved absolute paths Optionalschema-path - The path to a schema dump file Optionalseed - Indicates if the seed task should be re-run Optionalseeder - The class name of the root seeder Optionalstep - Force the migrations to be run so they can be rolled back individually Optionalphp artisan migrate [--database [DATABASE]] [--force] [--path [PATH]] [--realpath] [--schema-path [SCHEMA-PATH]] [--pretend] [--seed] [--seeder [SEEDER]] [--step] [--isolated [ISOLATED]]