Part 10 Codeigniter 4 Tutorial Series in Urdu/Hindi: Managing Databases With Database Migrations

227 views

Published by Learning Shala

Web Development

Published on 30 August, 2020
Category :

Codeigniter, Web Development

About :

Hello Friends,
Welcome to Part 10 of the Codeigniter 4 Tutorial Series in Urdu/Hindi. Today in this Codeigniter 4 Video Tutorial, We are going learn Managing Databases with Database Migrations.

CodeIgniter comes with tools to restructure or seed your database.
Migrations are a convenient way for you to alter your database in a structured and organized manner. You could edit fragments of SQL by hand but you would then be responsible for telling other developers that they need to go and run them. You would also have to keep track of which changes need to be run against the production machines next time you deploy.

Playlist Videos
Related Videos