Database: Migrations - Laravel - The PHP Framework For Web ...
laravel.com › docs › 8Typically, migrations will use this facade to create and modify database tables and columns. Generating Migrations. You may use the make:migration Artisan command to generate a database migration. The new migration will be placed in your database/migrations directory. Each migration filename contains a timestamp that allows Laravel to determine the order of the migrations: