Refresh Migration In Laravel | Create Database Structure | Laravel Tutorial

preview_player
Показать описание
In this laravel tutorial, create database structure again using migrations in laravel.

Code: (branch: migrations)

Steps:
Create Migration in Laravel using command
php artisan migrate:fresh
php artisan migrate:refresh

In up function, write code for add column

In down function, write code for dropping that particular column

Video Timing:
Introduction: 00:00
Refresh migration: 01:04
Check Migration Status: 01:50
Display Sql Query: 02:00
Refresh migration with step: 02:25

Documentation:

#php #laravel #knowledgethrusters
Рекомендации по теме
visit shbcf.ru