当前位置:网站首页>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 .
边栏推荐
- Bid farewell to artificial mental retardation: Mengzi open source project team received RMB 100 million financing to help NLP develop
- MySQL Real combat 45 [SQL query and Update Execution Process]
- Limit of one question per day
- Lvgl usage experience
- 900W+ 数据,从 17s 到 300ms,如何操作
- MongoDB主配置文件
- 解决高并发下System.currentTimeMillis卡顿
- [combinatorics] Application of exponential generating function (multiple set arrangement problem | different balls in different boxes | derivation of exponential generating function of odd / even sequ
- ffmpeg下载安装教程及介绍
- [pyg] understand the messagepassing process, GCN demo details
猜你喜欢

Don't use the new Dede collection without the updated Dede plug-in
![45 lectures on MySQL [index]](/img/f6/70be00028908cbd9ed7f2c77687cee.png)
45 lectures on MySQL [index]

Hi3536C V100R001C02SPC040 交叉编译器安装

Téléchargement et installation du client Filezilla

idea 加载不了应用市场解决办法(亲测)

umi 路由拦截(简单粗暴)

3D drawing example

Avec trois. JS fait une scène 3D simple

Summary of matrix knowledge points in Chapter 2 of Linear Algebra (Jeff's self perception)
![Ansible introduction [unfinished (semi-finished products)]](/img/2a/0003daf761ba02d8837c4657fc3f29.png)
Ansible introduction [unfinished (semi-finished products)]
随机推荐
Download and install node, NPM and yarn
Avec trois. JS fait une scène 3D simple
Elsevier latex 提交文章 pdftex.def Error: File `thumbnails/cas-email.jpeg‘ not found: using draf
umi 路由拦截(简单粗暴)
Summary of electromagnetic spectrum
900W+ 数据,从 17s 到 300ms,如何操作
float与0比较
navicat 导出数据库的表结构
Vs 2019 configuration tensorrt
C programming learning notes [edited by Mr. Tan Haoqiang] (Chapter III sequence programming) 03 operators and expressions
二进制流转换成字节数组
Yolov5 project based on QT
The series of hyperbolic function in daily problem
User value is the last word in the competition of mobile phone market
[combinatorics] brief introduction to generating function (definition of generating function | Newton binomial coefficient | commonly used generating function | correlation with constant | correlation
Bigvision code
QQ小程序开发之 一些前期准备:预约开发账号、下载安装开发者工具、创建qq小程序
用Three.js做一个简单的3D场景
MongoDB安装 & 部署
Idea format code idea set shortcut key format code