Laravel Database Migrations Maker (Cheat Sheet) - Artisan Command

How To make Migration

php artisan make:migration create_users_table

--table and --create (options)


php artisan make:migration create_users_table --create=users

php artisan make:migration add_votes_to_users_table --table=users


After That


php artisan migrate

Already Database Than


php artisan migrate:fresh



KeyWords:-
laravel create migration and model
laravel 6 migration
laravel 6 migration generator
laravel create migration and model
laravel artisan migration commands
laravel migrate specific table


No comments

Note: only a member of this blog may post a comment.