Hi -
Just wondering how much if any control we can have over the generation of the DDL.
Is this being generated by Sculptor or JPA provider (Hibernate in our case)?
If we can take more control via overriding, do you think it would be possible to generate DDL per Application_part or Module.
The reason for this is that we split out DDL across multiple schemas. Not all tables exist in each schema.
In addition it would be nice to generate the DDL such that it checks if the objects exists before dropping the table or index. Is that possible.
I took a look in GIT and nothing really struck me in the code about how this DDL is generated. We are on postgres if that helps.
Thanks,
Richie.