Laravel Migration Complete Tutorial | Laravel 9 | Learning Points

Опубликовано: 28 Февраль 2025
на канале: Learning Points
988
17

Database Migration Complete Tutorial | Laravel 9 | Learning Points

Migrations in Laravel provide a convenient way to version control and manage your database schema. By using migrations, you can define and share the structure of your database tables, columns, indexes, and relationships with your team.

Migrations help you avoid the hassle of manually instructing your teammates to make changes to their local databases. Instead, each team member can run the migrations to automatically update their database schema to match the desired state defined in the migration files.

In this video we will going to learn about - What is laravel migration, Purpose of laravel migration, migration structure, how to create migration, how to revert migration,add remove new column, modify column name, datatype, property, how to set database engine and make relational database, create and drop foreign key, index key, primary key creation and lots of related things with migration. So watch full video and do share your opinion.

Chapters
00:00 Overview
00:52 Database Configuration
01:36 Purpose Of Migration
02:50 Basic Structure Of Migration
05:34 Run Migration
06:22 How Laravel Manage Migration
07:35 Migration Rollback
08:36 Create New Table
13:45 Add/Remove Column Into Existing Table
17:07 Rename Column Name
19:05 Enum Type Column
22:12 Change Column Length, Set Default, Null Checking
25:00 DBAL Error And Solution
26:00 Add/Remove Foreign Key
33:45 Index Key, Unique Key
36:26 Conclusion

Please comment your feedback and support me by subscribing to this channel.

Sequelize Tutorial :    • Sequelize Tutorial | Learning Points  
Laravel 9 New upgrades :    • Laravel 9 New Features | What is new ...  
Laravel 9 Tutorial :    • Laravel 9 Tutorial | Complete Laravel...  
Express JS Tutorial :    • Express Js Tutorial | Node JS framewo...  
Full Node Js Tutorial :    • Node JS latest version v16.* | Node J...  
Full JWT Authentication tutorial in Laravel 8 :    • Laravel 8 REST API Using JWT Authenti...  
Full PHP tutorial :    • PHP beginners to advance | Introducti...  
Full ECMA Script Tutorial :    • ES6 | ECMA SCRIPT Tutorial | Learning...  
Laravel 8 tutorial :    • Laravel 8 tutorial | Laravel Tutorial...  
Angular Tutorial : https://www.youtube.com/embed/videose...
API tutorial with Laravel :    • API tutorial from beginning to advanc...  
Livewire Tutorial : https://www.youtube.com/embed/videose...
Full Stack Application Tutorial :    • Full Stack Application with JWT authe...  
Full Voyager admin panel tutorial: https://www.youtube.com/embed/videose...
Advance PHP tutorial :    • Advance PHP tutorial | PHP OOP Tutori...  
PHP Interview Questions Answers : https://www.youtube.com/embed/videose...

Follow in Facebook :   / learningpointsdotin  
Follow in Linkedin :   / learning-points  
Follow in Instagram :   / learning_points  

Visit Learning Points website for more topic : http://learning-points.in/

#laravel #migration #database