当前位置:网站首页>Navicat 导出表生成PDM文件
Navicat 导出表生成PDM文件
2022-07-06 09:12:00 【程序员柒七】
使用mysql的Navicator生成仅结构的sql脚本文件..


然后找到完整的sql文件..
打开pdm,选中file

自己命名modelname.

DBMS中选择sql所在数据库的执行版本..mysql5.0

选择用script files来完成生成pdm的文件..

加号增加sql文件,删除就是删除sql文件.

这样就是好了...

默认在pdm中打开,可以ctrl+s保存,将文件放在你想要放的位置..
但是生成的表没有关联关系..因为在sql中没有对字段进行添加comment,所以pdm中,name和code都是数据库中字段的名字.

边栏推荐
猜你喜欢

Mysql21 user and permission management

Mysql23 storage engine

MySQL23-存儲引擎

ByteTrack: Multi-Object Tracking by Associating Every Detection Box 论文阅读笔记()

Mysql35 master slave replication

CSDN-NLP:基于技能树和弱监督学习的博文难度等级分类 (一)

MySQL storage engine

Pytoch LSTM implementation process (visual version)

In fact, the implementation of current limiting is not complicated

Opencv uses freetype to display Chinese
随机推荐
Windchill配置远程Oracle数据库连接
Chrome浏览器端跨域不能访问问题处理办法
C语言标准的发展
C language string function summary
MySQL27-索引優化與查詢優化
MySQL28-数据库的设计规范
How to build an interface automation testing framework?
MySQL combat optimization expert 12 what does the memory data structure buffer pool look like?
MySQL real battle optimization expert 11 starts with the addition, deletion and modification of data. Review the status of buffer pool in the database
[reading notes] rewards efficient and privacy preserving federated deep learning
Not registered via @EnableConfigurationProperties, marked(@ConfigurationProperties的使用)
高并发系统的限流方案研究,其实限流实现也不复杂
① BOKE
Use xtrabackup for MySQL database physical backup
[after reading the series of must know] one of how to realize app automation without programming (preparation)
Typescript入门教程(B站黑马程序员)
ByteTrack: Multi-Object Tracking by Associating Every Detection Box 论文阅读笔记()
Solve the problem of remote connection to MySQL under Linux in Windows
MySQL24-索引的数据结构
pytorch的Dataset的使用