Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经安装了 3 个 Postgres 数据库。
第一个数据库是开发,第二个是认证,第三个是生产。
我需要通过认证和生产复制开发的 DDL,因为我需要一直创建列和表。
如何在不复制数据库数据的情况下复制此操作?