Open
Description
Hi @yoleichen, @aasimkhan30,
This is more a discussion than an actual bug. Is there a specific reason why new objects are not placed at the end of the script?
I created a new table called SalesTransaction
, which you can see here (top left):
When I click on View Code
I have to search to find where is the CREATE TABLE
statement:
I see that the table is listed with all the CREATE TABLE
statements. However, if we see this from a chronological perspective. My new table should be listed between lines 270 and 273, right before the ALTER TABLE
that adds the constraint (FK):

I'm also wondering if we can add comments to this script to "flag" new objects created by the designer as well.