Postcards from the trip to Kashmir

— I just returned from an epic 11-day family trip to Kashmir and it had been a soul-satisfying experience to be there. It was everything I needed to reset my energy levels and I couldn’t have asked for anything more.

Rollback a specific migration in Laravel

— There comes a time when you want to make some changes to an existing table. For instance, you want to change the data type of a column. So, in this case, you can modify the migration file of the table and then run the migration again using the artisan migrate:refresh command like so.