Home  >  Article  >  Database  >  How to view the table structure in navicat

How to view the table structure in navicat

(*-*)浩
(*-*)浩Original
2019-08-13 13:19:3223373browse

The Navicat for MySQL tool is very familiar to everyone. Developers often need to check the table structure. So let’s introduce how to use the Navicat for MySQL database tool?

How to view the table structure in navicat

#1. The first step is to open the main interface of Navicat for MySQL and enter the password to log in normally. Then enter the main interface as shown below (recommended tutorial: navicat tutorial)

How to view the table structure in navicat2. The second step is to enter a database, as shown below, double-click to open a connection Database and select a table.

How to view the table structure in navicat3. The third step is to select a table, right-click the mouse, and a drop-down box will pop up. Select [Design Table] to enter the table structure page and view the table structure.

How to view the table structure in navicat

The above is the detailed content of How to view the table structure 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
Previous article:How to use navicat queryNext article:How to use navicat query