create - The table to be created Optionalfullpath - Output the full path of the migration Optionalpath - The location where the migration file should be created Optionalrealpath - Indicate any provided migration file paths are pre-resolved absolute paths Optionaltable - The table to migrate Optionalname - The name of the migration Requiredphp artisan make:migration [--create [CREATE]] [--table [TABLE]] [--path [PATH]] [--realpath] [--fullpath] [--] <name>