Trigger Editor.

Mostly the same as a Stored Procedure Editor. Trigger parameters and local variables can be defined separately from the trigger body.

Tip: if you need to create an empty trigger you cannot just write an empty "begin end;" statement. Anyway, you may put "post_event('My Event');" statement inside the trigger body.