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
2 years 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
2 years 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.
2 years 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
2 years 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
2 years 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.
2 years ago • 5 mins read