当前位置:网站首页>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 .
边栏推荐
- PAT乙级“1104 天长地久”DFS优化思路
- VS 2019 配置tensorRT生成engine
- Bid farewell to artificial mental retardation: Mengzi open source project team received RMB 100 million financing to help NLP develop
- Learning notes of C programming [compiled by Mr. Tan Haoqiang] (Chapter III sequence programming) 04 C sentence
- Elsevier latex 提交文章 pdftex.def Error: File `thumbnails/cas-email.jpeg‘ not found: using draf
- VS 2019 配置tensorRT生成engine
- Advanced redis applications [password protection, data persistence, master-slave synchronization, sentinel mode, transactions] [not completed yet (semi-finished products)]
- Gavin teacher's perception of transformer live class - rasa project's actual banking financial BOT Intelligent Business Dialogue robot architecture, process and phenomenon decryption through rasa inte
- PHP generates PDF tcpdf
- The series of hyperbolic function in daily problem
猜你喜欢

docker安装及启动mysql服务
![45 lectures on MySQL [index]](/img/f6/70be00028908cbd9ed7f2c77687cee.png)
45 lectures on MySQL [index]

Gavin teacher's perception of transformer live class - rasa project's actual banking financial BOT Intelligent Business Dialogue robot architecture, process and phenomenon decryption through rasa inte

Tidal characteristics of the Bohai Sea and the Yellow Sea

Pat class B "1104 forever" DFS optimization idea

FileZilla Client下载安装

小程序获取用户头像和昵称

Use of El tree search method

Mysql Mac版下载安装教程

Limit of one question per day
随机推荐
What happens between entering the URL and displaying the page?
Use three JS make a simple 3D scene
Ansible简介【暂未完成(半成品)】
别再用 System.currentTimeMillis() 统计耗时了,太 Low,StopWatch 好用到爆!
Application of derivative in daily question
Idea format code idea set shortcut key format code
Spark on yarn资源优化思路笔记
[MySQL] the difference between left join, right join and join
Positioning (relative positioning, absolute positioning, fixed positioning, Z-index) 2022-2-11
QT based tensorrt accelerated yolov5
idea 加载不了应用市场解决办法(亲测)
Converts a timestamp to a time in the specified format
模型转换onnx2engine
Pytorch multi card distributed training distributeddataparallel usage
Stepping on pits and solutions when using inputfilter to limit EditText
基于Qt的yolov5工程
Vs 2019 configuration du moteur de génération de tensorrt
900W+ 数据,从 17s 到 300ms,如何操作
C programming learning notes [edited by Mr. Tan Haoqiang] (Chapter III sequence programming) 05 data input and output
Latest version of NPM: the "NPM" item cannot be recognized as the name of a cmdlet, function, script file, or runnable program. Please check