当前位置:网站首页>Table structure of Navicat export database
Table structure of Navicat export database
2022-07-03 03:28:00 【Water W】
navicat Export the table structure of the database
(1) open navicat for Mysql, Click on the “new query”

(2) stay “SQL Editior” Write code to query the database , Click the button to run ,
Be careful : There are two places in the code xxx Need modification
SELECT
COLUMN_NAME name ,
COLUMN_TYPE data type ,
IF(IS_NULLABLE='NO',' yes ',' no ') AS ' Is it allowed to be empty ',
COLUMN_DEFAULT ' The default value is ',
COLUMN_COMMENT notes
FROM
INFORMATION_SCHEMA.COLUMNS
where
-- xxx For database name , At that time, you only need to modify the database to export the table structure
table_schema ='xxx'
AND
-- xxx Is the name of the watch , Then change to the name of the table you want to export
-- If not , Data in all tables will be queried by default , In this way, you may not know which fields are in which table
table_name = 'xxx'

(3) After clicking run , The query result will appear , 
(4) Click on the “ export ” Button ,
The following page will pop up , In this page , We can choose different export methods ,

Click on “continue” Go to the next step ,

Check “include column titles” after , Click on “continue” Go to the next step ,
Click on “start”,
Wait for the export to complete , Click on “pause” perhaps “close”.
(5) After exporting successfully ,

OK, Export database table structure completed .
边栏推荐
- C# WebRequest POST模式 ,基于“Basic Auth”口令认证模式,使用multipart/form-data方式上传文件及提交其他数据
- Hi3536C V100R001C02SPC040 交叉编译器安装
- FileZilla Client下载安装
- Elsevier latex submitted the article pdftex def Error: File `thumbnails/cas-email. jpeg‘ not found: using draf
- Section 26 detailed explanation and demonstration of IPSec virtual private network configuration experiment - simulation experiment based on packettracer8.0
- The calculation of stripe, kernel and padding in CNN
- Summary of determinant knowledge points in Chapter 1 of Linear Algebra (Jeff's self perception)
- MySQL MAC download and installation tutorial
- Pytorch轻量级可视化工具wandb(local)
- VS克隆时显示403错误
猜你喜欢

900W+ 数据,从 17s 到 300ms,如何操作

用Three.js做一個簡單的3D場景

VS 2019配置tensorRT
![MySQL Real combat 45 [SQL query and Update Execution Process]](/img/cd/3a635f0c3bb4ac3c8241cb77285cc8.png)
MySQL Real combat 45 [SQL query and Update Execution Process]

Use three JS make a simple 3D scene

Spark on yarn资源优化思路笔记
![Learning notes of C programming [compiled by Mr. Tan Haoqiang] (Chapter III sequence programming) 04 C sentence](/img/60/bae0e8d92a53bcd2b2de3fb22b3b99.jpg)
Learning notes of C programming [compiled by Mr. Tan Haoqiang] (Chapter III sequence programming) 04 C sentence
![[Chongqing Guangdong education] cultural and natural heritage reference materials of China University of Geosciences (Wuhan)](/img/19/815e7cba81f6eb52db5ef0db556dfd.jpg)
[Chongqing Guangdong education] cultural and natural heritage reference materials of China University of Geosciences (Wuhan)

PHP generates PDF tcpdf

Unity3d RPG implementation (medium)
随机推荐
MongoDB簡介
MongoDB主配置文件
VS 2019 配置tensorRT生成engine
redis高级应用【密码防护、数据持久化、主从同步、哨兵模式、事务】【暂未完成(半成品)】
Unity3d RPG implementation (medium)
MongoDB复制集【主从复制】
Applet get user avatar and nickname
PHP generates PDF tcpdf
FileZilla Client下載安裝
文件重命名
MySQL practice 45 lecture [transaction isolation]
Stepping on pits and solutions when using inputfilter to limit EditText
Mongodb replication set [master-slave replication]
【PyG】理解MessagePassing过程,GCN demo详解
About HTTP cache control
Positioning (relative positioning, absolute positioning, fixed positioning, Z-index) 2022-2-11
C # webrequest post mode, based on "basic auth" password authentication mode, uploads files and submits other data using multipart / form data mode
Agile certification (professional scrum Master) simulation exercise-2
Pat class B "1104 forever" DFS optimization idea
The idea setting code is in UTF-8 idea Properties configuration file Chinese garbled