How to add column to existing table using migrations - Laravel

Published: 11 June 2021
on channel: Rehan Manzoor
1,046
4

Migrations are like version control for your database, allowing your team to define and share the application's database schema definition. If you have ever had to tell a teammate to manually add a column to their local database schema after pulling in your changes from source control, you've faced the problem that database migrations solve.

The Laravel Schema facade provides database agnostic support for creating and manipulating tables across all of Laravel's supported database systems. Typically, migrations will use this facade to create and modify database tables and columns.

https://laravel.com/docs/8.x/migrations


Watch video How to add column to existing table using migrations - Laravel online without registration, duration hours minute second in high quality. This video was added by user Rehan Manzoor 11 June 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,04 once and liked it people.