Here is an interesting problem. We generated our original data model in Power Designer and imported into TDM via DDL. In the DDL were triggers (before update, before delete, and before insert) that were generated by Power Designer. The problem is we have since made changes to our tables, but those changes were not reflected in the triggers associated with the tables (i.e. fields that are no longer in the table still are referenced in the trigger).
I guess I’m wondering if Toad is supposed to update those triggers, or if we should just delete them.
The changes were made in Toad after we imported from the DDL.
I’m wondering if we even need these triggers if we have all of the fields in the relationship designated as a foreign key. I think Power Designer generated the triggers to keep referential integrity.