The trigger body SQL
Events that fire the trigger
OptionalforWhether the trigger fires FOR EACH ROW or FOR EACH STATEMENT
OptionalfunctionFor PostgreSQL: name of the trigger function
Schema name
Table name the trigger is on
Timing: BEFORE, AFTER, or INSTEAD OF
Trigger name
Options for generating trigger DDL.