Hail guys !!!
In this video lesson in the CodeIgniter 4 series , I create a database, which will be the basis of our application and which will support the MODELS classes at CI4.
The database adopted for the classes is MySQL , as it is a very popular DBMS and widely used by PHP programmers, as well as by CI users.
To create the database, I used the MySQL Workbench , a tool that enables the bank model ( Entity Relationship Diagram ) and then from the model, automatically creating the code SQL (DDL) for the model. In future classes, to create the models and test the manipulations in the database, the phpMyAdmin tool will be used .
To follow the video lesson, visit: https://www.youtube.com/watch?v=EArZn_deHzs&utm_source=rafaelwendel
To download the MySQL Workbench, go to: https://www.mysql.com/products/workbench/
I hope you enjoy this video lesson !!!!
Hugs!