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

How to create new fields for database table using navicat?

(*-*)浩
Release: 2019-08-21 17:37:45
Original
7440 people have browsed it

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!

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