Options

Trigger and Table script order

We added a column to an existing table, and modified the existing trigger on the table to reference the new column. When generating the sql diff script, it put the triggers first, then the alter table statement. The trigger script complains that the column does not exist. Is this a bug? I didnt see any options to control this behavior, we are using 3.0.0.130.

Comments

This discussion has been closed.