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

How to set index in navicat

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-08-05 16:43:215779browse

How to set index in navicat

Open Navicat.

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

Now enter the table design interface.

How to set index in navicat

Related recommendations: "Navicat for mysql graphic tutorial"

Click the "Index" tab and enter the index name, Such as newindex.

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

Select the index type, such as unique.

How to set index in navicat

Select the indexing method, such as hush, and then click "Save" to complete the index creation.

How to set index in navicat

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