filmov
tv
Learn Laravel 8 Beginners Tutorial #24 - Add Columns to Table using Migration & Column Modifiers

Показать описание
In this video we'll see:
Learn Laravel 8 Beginners Tutorial #24 - Add Columns to Table using Migration & Column Modifiers
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
#laravel8
#learnlaravel8
#onlinewebtutor
#laravel8Framework
SOCIAL :
===============
Other Tutorials
===============
Wordpress Customizations:
---------------------------------
and many more...
Javascript framework:
----------------------------------
PHP Frameworks:
----------------------------------
Tags:
----------------------------------
learn laravel 8,
step by step laravel 8,
laravel 8 tutorials,
laravel 8 beginners tutorials,
learn laravel 8 framework,
learn laravel 8 step by step,
laravel 8,
online web tutor laravel 8,
laravel 8 framework,
online web tutor
Thanks
Online Web Tutor
Keep learning and Sharing :)
Learn Laravel 8 Beginners Tutorial #24 - Add Columns to Table using Migration & Column Modifiers
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
#laravel8
#learnlaravel8
#onlinewebtutor
#laravel8Framework
SOCIAL :
===============
Other Tutorials
===============
Wordpress Customizations:
---------------------------------
and many more...
Javascript framework:
----------------------------------
PHP Frameworks:
----------------------------------
Tags:
----------------------------------
learn laravel 8,
step by step laravel 8,
laravel 8 tutorials,
laravel 8 beginners tutorials,
learn laravel 8 framework,
learn laravel 8 step by step,
laravel 8,
online web tutor laravel 8,
laravel 8 framework,
online web tutor
Thanks
Online Web Tutor
Keep learning and Sharing :)
Комментарии