Step by Step Tutorial of CodeIgniter 4 Migration | Spark CLI Commands | Migrate | Rollback | Refresh

Sdílet
Vložit
  • čas přidán 6. 09. 2024
  • Step by Step Tutorial of CodeIgniter 4 Migration | Spark CLI Commands | Migrate | Rollback | Refresh
    Q. What is Migration
    A. Migration gives the structure scheme of database table. If we have an application in Codeigniter 4 in which we need database tables, better is to create tables using migrations. By creating manual database tables, it will be difficult for those cases when we switch the application from one server to another.
    ********************************
    Social Community
    ********************************
    Subscribe : / onlinewebtutor​
    Facebook : / owthub​
    Twitter: / owthub​
    Website: onlinewebtutor...
    Udemy: www.udemy.com/...
    Skillshike: skillshike.com/
    ******************
    Tags:
    ******************
    What is Migration in CodeIgniter 4,
    How To use Migration in CodeIgniter 4,
    How To Create dynamic tables in CodeIgniter 4,
    How To Use Migration and Rollback Commands in CodeIgniter 4,
    What is the basic use of Migrations,
    Spark CLI command of CodeIgniter 4 for Migrations,
    Step by Step Guide for CodeIgniter 4 Migrations,
    Online Web Tutor,
    Thanks
    Online Web Tutor
    Keep learning and Sharing :)

Komentáře • 3

  • @OnlineWebTutor
    @OnlineWebTutor  Před 7 měsíci

    Dear developer friends, I am really working very hard to increase your skills and working experience on the basis of my expertise. Please subscribe and join me for this lovely journey. If anything you find helpful please share as much as you can with your friends and help them to learn.
    Subscribe and Support: czcams.com/users/onlinewebtutor
    Regards,

  • @MsAlokranjan
    @MsAlokranjan Před rokem +1

    Thank you sir I was waiting for this video tutorial on CI 4.3 for a very long time. 🙂

  • @RiccardoTramonte
    @RiccardoTramonte Před 11 měsíci

    what about to edit a table (for instance adding a new field) and update everything without losing the data already in the database? If you use migrate:refresh you loose the data because you drop the tables and create them again ...