Home > Database > navicat > How to add fields in navicat

How to add fields in navicat

爱喝马黛茶的安东尼
Release: 2019-08-17 16:11:37
Original
18846 people have browsed it

How to add fields in navicat

Open Navicat.

How to add fields in navicat

Open the database where the data table is located, right-click the database table where you want to add fields, and then click [Design Table].

How to add fields in navicat

Related recommendations: "Navicat for mysql graphic tutorial"

Click [Add Field] under the [Object] menu .

How to add fields in navicat

Enter the new field name, such as newfield.

How to add fields in navicat

Set the data type of the new field, such as varchar.

How to add fields in navicat

Set the field length of the new field, such as 50.

How to add fields in navicat

Finally click [Save] and the new fields will be saved to the database table.

How to add fields in navicat

The above is the detailed content of How to add fields in navicat. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template