Triggers
The Triggers element allows you to define (using SQL) triggers for performing actions on rows in the database before, during, or after certain operations.
The following triggers are automatically created:
Trigger Name |
Trigger |
Description |
---|---|---|
TR_TABLENAME_AUDIT_UPDATE |
After update |
Inserts a copy of the row into the audit table. |
TR_TABLENAME_AUDIT_DELETE |
After delete |
Inserts a copy of the row into the audit table. |