Hi,
Jus quick question aboot diagrams
It would be grate if DDL SQL could be created incrementally as the database definition changes. For instance:
- Two tables are defined and related with a FK → Export the SQL that creates them
- In one of the tables a new column is added and in the other a new index is created → Export the SQL that creates the index and alter the table to include the new column
Is this feature available? How can I use it from the Chrome UI?
Thanks,
Ignasi