There are a lot of resources on internet about how to import tables into ER diagram on Draw.io using sql script.
For example here (but I find plenty of resources googling):
https://desk.draw.io/support/solutions/articles/16000082007-use-the-sql-plugin-to-create-an-entity-relationship-diagram (SEE PARAGRAPH "Create an ER diagram from SQL code")
I cannot find anything in the reversed direction. Is it possible to create DDL scripts from a ER diagram created through Draw.io?
(plugin? export as xml and import in other tools? anything else...)
I'm dealing with a ER diagram provided by suppliers in Draw.io format. I would like to avoid to handwrite all DDL... (my case is Oracle 12)