Describes the order of execution for triggers.
Equivalent to the following SQL:
CREATE TRIGGER test BEFORE ...
CREATE TRIGGER test INSTEAD OF ...
CREATE TRIGGER test AFTER ...
{number}
Generated using TypeDoc
Describes the order of execution for triggers.
Equivalent to the following SQL:
CREATE TRIGGER test BEFORE ...
,CREATE TRIGGER test INSTEAD OF ...
CREATE TRIGGER test AFTER ...
{number}