Database: Migrations - Laravel - The PHP Framework For Web ...
laravel.com › docs › 8php artisan make:migration create_flights_table Laravel will use the name of the migration to attempt to guess the name of the table and whether or not the migration will be creating a new table. If Laravel is able to determine the table name from the migration name, Laravel will pre-fill the generated migration file with the specified table.