First open a database. (Recommended tutorial: navicat tutorial)
##Click on the database, click [Table], and then Then click [New Table].
Fill in the field name, field type, field length, etc. in the pop-up page.
We can also set the default value of this field, and we can also set comment content for this field so that others can read.
If we want to add more fields, click [Insert Field].
Finally click Save and enter the name of the table.
The above is the detailed content of How to create a new table structure in navicat. For more information, please follow other related articles on the PHP Chinese website!