Migrations In Laravel | Laravel Tutorial

Опубликовано: 29 Сентябрь 2024
на канале: Knowledge Thrusters
116
1

In this laravel tutorial, create table using migrations in laravel.

Code: (branch: migrations)
https://github.com/sushma-singh-yadav...

Steps:
Create Migration in Laravel using command
php artisan make:migration filename

In up function, write code for add column

In down function, write code for dropping that particular column

Video Timing:
Introduction: 00:00
Create migration for add column : 01:40
Run migration: 02:53

Documentation:
https://laravel.com/docs/9.x/migrations

#php #laravel #knowledgethrusters