I have installed 3 Postgres databases.
The first database is the development, the second homologation and the third is production.
I need to replicate the DDL of development with homologation and production, because I need to create columns and tables all the time.
How to replicate this operations, without replicating the database data?