Laravel 5.5 lesson - 5 Migrations -Part 4 How to rename and change type of columns

preview_player
Показать описание
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

Рекомендации по теме
Комментарии
Автор

You deserve more subscriber and likes, thanx bro to make this video for us.

avidey
Автор

thanks alot my friend this video help me

cela_artist
Автор

thanks bro, this video was help me :)

ToniHidayatchannel
Автор

How to change some few words in laravel..like: Successfully to Successful or disable or delete a module in laravel

systemscliqs
Автор

Doctrine\DBAL\Exception : Unknown database type

jesusrosales
Автор

is there any way to rename column? Do I have create new migration file for it??

randyharsh
Автор

can we rename column and change column type in same migration file?

Curiosity--
Автор

Thanks. But what to do if table contains column with type of "enum"?

Alex-nmnr