Learn Laravel 8 Tutorials in Hindi - #24 - Migration - Add Table Columns & Column Modifiers

Опубликовано: 14 Март 2026
на канале: Online Web Tutor Academy
888
17

In this video we'll see:

Learn Laravel 8 Tutorials in Hindi - #24 - Migration - Add Table Columns & Column Modifiers

#laravel8inhindi
#laravel8
#onlinewebtutor
#learnlaravel8inhindi

What is Migration in Laravel ?
--------------------------------------
Migrations are version control for application database.

Laravel migration is a way that allows to create a table in database, without actually
going to the database manager such as phpmyadmin or sql lite


How do we create a Migration File ?
--------------------------------------
Example: php artisan make:migration create_students_Table


What are the methods of Migration Class ?
--------------------------------------
A migration class contains two methods: up and down. The up method is used to add new
tables, columns, or indexes to database, while the down method should reverse the
operations performed by the up method.

How to run Migration to Database ?
--------------------------------------
php artisan migrate

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

SOCIAL :
===============
Subscribe :    / owthub  
FACEBOOK :   / owthub  
TWITTER:   / owthub  
BLOG: https://onlinewebtutorhub.blogspot.in/
UDEMY: https://www.udemy.com/user/online-web...

Channel Link of Official Online Web Tutor
   / onlinewebtutor  

WooCommerce Theme Development Tutorials(English):
https://bit.ly/2CAhUpT

Learn CodeIgniter v3.1.10(English):
https://bit.ly/32rRQsj

Learn CodeIgniter HMVC(English):
https://bit.ly/3fr4UBz

Tags:
===============
learn laravel 8 in hindi,
learn laravel 8 tutorials in hindi,
laravel 8 in hindi language,
laravel 8 tutorials in hindi,
step by step laravel 8 in hindi,
step by step laravel 8 tutorials in hindi,
laravel 8 tutorials 2020 in hindi,
online web tutor laravel 8


Thanks
Online Web Tutor Academy
Keep learning and Sharing :)