Add new column in table without losing data in laravel 11

Опубликовано: 05 Октябрь 2024
на канале: Bluebird
1,607
38

Sometimes after migration, we may need to change our database table schema in laravel migration. so, in this laravel tutorial you will learn how to add a #column to a table without losing any data in laravel 11.

In this video:
add new Column in table without losing data
change the type of a column
change the length of a column

#laravel #MigrationWithoutLosingData