- 从远端拉下来数据库结构
pg_dump -s -U postgres -h 127.0.0.1 -p 5432 test -f test.sql
- 打开powerdesigner,
一路确定,然后导入刚刚下载的sql文件。
从postgres生成sql文件导入powerdesign反向工程生成ER图
最新推荐文章于 2023-04-25 21:15:00 发布
pg_dump -s -U postgres -h 127.0.0.1 -p 5432 test -f test.sql