0

How can I generate only the SQL to alter a table for specified features w/o a comparison?

kenneth wood 8 months ago 0

I would like to be able to generate (forward engineer) the alter table statements for a selection of tables without having to compare to another version of the model.

For example, I'd like to generate the following independently:

  • COMMENTS for all/subset tables and columns, etc.
  • CONSTRAINT ddl for all/subset tables...
  • etc.