filmov
tv
Laravel 5.5 lesson - 5 Introduction to laravel migrations - Part 1
![preview_player](https://i.ytimg.com/vi/9h4tTbKp4Ro/maxresdefault.jpg)
Показать описание
In this video I have discussed about migrations and its importance in laravel applications.
I will talk more about migrations and its commands in upcoming videos.
Command used in this video:
## to migrate new migration files to database
php artisan migrate
## undo the previous migrations
php artisan migrate:rollback
I will talk more about migrations and its commands in upcoming videos.
Command used in this video:
## to migrate new migration files to database
php artisan migrate
## undo the previous migrations
php artisan migrate:rollback