Add column in existing table in Laravel using Migration

There are some times need to add new column to existing table in Laravel.There are two way to do this . One is go in your database and custom add here Second way is using Laravel migration.It is most