Incremental export of DDL

Hi,

Jus quick question aboot diagrams

It would be grate if DDL SQL could be created incrementally as the database definition changes. For instance:

  1. Two tables are defined and related with a FK → Export the SQL that creates them
  2. 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