I have a JDBC Multi-table consumer as a source where it is connected to oracle database.
Now I want to migrate the data along with the tables and its constraints, triggers, procedure, sequences etc. to Postgres DB.
Currently I was exploring the Postgres Metadata Processor, but it is only reflecting the tables and columns with its respective data type.
Can anyone please help me out in configuring the Postgres Metadata processor to migrate the constraints, triggers etc.