Home  >  Article  >  Database  >  How to create index in navicat

How to create index in navicat

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-08-12 17:20:4414287browse

How to create index in navicat

Open Navicat.

How to create index 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 create index in navicat

Related recommendations: "Navicat for mysql graphic tutorial"

Enter the table design interface at this time.

How to create index in navicat

Click the [Index] tab and enter the index name, such as newindex.

How to create index in navicat

In the field selection dialog box, select the field to be indexed, such as the code field, and then click [OK].

How to create index in navicat

Select the index type, such as unique.

How to create index in navicat

Select the indexing method, such as hush, and then click [Save], and the index will be created.

How to create index in navicat

The above is the detailed content of How to create index in 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