Generate schema script tree result doesn't contain a "Constraints" name node, however Extract|Object types|Constraints is checked. All constraint scripts go under Table node, to the referenced table script.
-
Can you separate the CREATE TABLE and ALTER TABLE ADD CONSTRAINT commands to an independent node/leaf in the tree? Create DDL script for selected tables always contains both the CREATE TABLE and ALTER TABLE ADD CONSTRAINT commands.
-
Can you achieve that "Schema script Options|Constraints|Constraint locations" contains an extra option with Individual 'Alter table' command per Constraint names? This would extract the ALTER TABLE ADD CONSTRAINTS commands per constraint names.
Thanks for you replies.