Extract DDL Option on Every Object Hierarchy Item
Every item in the object hierarchy should include Extract DDL option (=Generate Script As...), naming is not important. For containers, it would extract schema for all objects within that container. For example, if I do it on Indexes, it would get me Drop/Create/etc. script for all indexes currently defined on this table.
-
Victor Z commented
Looks like a part of this idea - when creating a script for a table, make possible to include/script related objects? For example, table has a trigger, which depends on sequence. You already have this stated in Depends On, why not include CREATE TABLE, CREATE SEQUENCE and CREATE TRIGGER when doing CREATE TABLE?