Hello,
We use SQLDeveloper 17.2.
We use Database difference to manage structure upgrades between dev and prod.
When developers create a lot of new tables with foreign keys, we have a big issue with this process : as tables seem to be created in alphabetical order, they always have some FK referencing PK on new tables not yet created.
Is there a way to ask database diff to create all fk constraints in the end of the script ? Or another way to manage this ? We perhaps don't use the right tool .
Thanks for the help.
Regards,
--
Bertrand