Home >Database >navicat >How to create new fields for database table using navicat?

How to create new fields for database table using navicat?

(*-*)浩
(*-*)浩Original
2019-08-17 14:27:177464browse

The following describes how to use Navicat to create new fields for database tables.

How to create new fields for database table using navicat?

Open Navicat (Recommended tutorial: navicat tutorial)

How to create new fields for database table using 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 create new fields for database table using navicat?

Click [Add Field] under the [Object] menu

How to create new fields for database table using navicat?Enter the new field name, such as newfield

How to create new fields for database table using navicat?Set the data type of the new field, such as varchar

How to create new fields for database table using navicat?Set the field length of the new field, such as 50

How to create new fields for database table using navicat?Finally click [Save], the new field will be saved to the database table

How to create new fields for database table using navicat?

The above is the detailed content of How to create new fields for database table using navicat?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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