Laravel 5.5 lesson - 5 Migrations -Part 4 How to rename and change type of columns
У вашего броузера проблема в совместимости с HTML5
In this video I have discussed about how to rename existing columns and change data type of a column using migrations.
Command used in this video:
## to migrate new migration files to database
php artisan migrate
## undo the previous migrations
php artisan migrate:rollback
Github link: https://github.com/rubanraj54/laravel-lessons/tree/master/blog