If the thinkphp model is created, it will automatically generate the database, or you have to manually create the database table thinkphp model, whether it will automatically generate the database, or you have to manually create the database table
Reply content:
Does the thinkphp model automatically generate a database after it is created, or does it have to manually create a database table?
Thinkphp does not have the migrate tool data table to be created manually. You can search for phonics and integrate it.
Generally, you can create a database on your own, and then the internal table structure is completed by the Integration kit or framework.
Currently, version 3.2.3 does not exist.
It seems that the new version 4.0 has these features. But it is still under development, and the author has not updated for a long time.
ThinkPHP4
It is not automatically created. You need to manually create it, and then the fields operated in the model must correspond one to one.