Database Migration

Setting up PostgreSQL Database in Heroku for Laravel Application
Learn how to set up a PostgreSQL database in Heroku and connect it to your Laravel application for free
1 year ago • 8 mins read

How to Remove Column From Existing Table Migration in Laravel
Learn how to remove columns from an existing table migration in Laravel
1 year ago • 5 mins read

How to Rename Column of an Existing Table Migration in Laravel
Learn how to rename columns and change the data type of an existing table in laravel using migration.
1 year ago • 5 mins read

How to Install PostgreSQL 13 in MacOS Big Sur via Homebrew
Learn how to install PostgreSQL 13 in macOS big sur by using homebrew in few simple steps
1 year ago • 5 mins read

How to Sort Model in Laravel Nova (Ordering Priority)
Learn how to sort model in Laravel Nova to easily manage the ordering priority
1 year ago • 8 mins read

How to Add a New Column to an Existing Table Migration in Laravel
Learn how to add a new column in an existing table migration in Laravel to alter the table that you have migrated.
1 year ago • 5 mins read