Laravel Migration Concept | Laravel Migration Complete Tutorial | Laravel 11 | Learning Points

Описание к видео Laravel Migration Concept | Laravel Migration Complete Tutorial | Laravel 11 | Learning Points

Database Migration Complete Tutorial | Laravel 11 | 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 Introduction
00:59 Database Configuration
01:36 Basic Structure Of Migration
05:12 Run Migration
07:50 How Laravel Manage Migration
10:30 Migration Rollback
11:20 Create New Table
15:58 Add/Remove Column Into Existing Table
20:26 Rename Column Name
23:35 Enum Type Column
27:09 Change Column Length, Set Default, Null Checking
31:25 DBAL Error And Solution
32:28 Add/Remove Foreign Key
39:27 Index Key, Unique Key
41:35 Conclusion

Next day we will discuss about laravel seeder.

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

Laravel 11 Tutorial :    • Laravel 11 Tutorial | Complete Larave...  
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...
Student Management Project :    • Angular Project | Angular CRUD applic...  
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/

#laravel11 #laraveltutorial #migration #database #webdevelopment

Комментарии

Информация по комментариям в разработке