Triggers

A trigger is a named database object that is associated with a table and that is activated when a particular event occurs for the table.

Triggers are managed on the Triggers tab of the Table Designer. Just simply click a trigger field for editing. A right-click displays the popup menu or using the toolbar below, allowing you to create new, edit and delete the selected trigger field.

Note: Trigger support from MySQL 5.0.2 or later.

Add Trigger

To add a trigger

Edit Trigger

To edit a trigger

Delete Trigger

To delete a trigger


See also:
Setting Trigger Name, Time and Statement
Setting Trigger Event