information_schema.triggers.action_order

mysql

type: BIGINT NOT NULL
5.7-8

mariadb

type: NULL
Note:
Indicates the order that the action will be performed in (of the list of a table's triggers with identical EVENT_MANIPULATION and ACTION_TIMING values). Before MariaDB 10.2.3 introduced the FOLLOWS and PRECEDES clauses, always 0
© 2022 MariaDB
5.1-10.8
type: BIGINT NOT NULL
Note:
Indicates the order that the action will be performed in (of the list of a table's triggers with identical EVENT_MANIPULATION and ACTION_TIMING values). Before MariaDB 10.2.3 introduced the FOLLOWS and PRECEDES clauses, always 0
© 2022 MariaDB
10.2-10.7

tidb

postgres

type: CARDINAL_NUMBER NULL
Note:
Firing order among triggers on the same table having the same event_manipulation, action_timing, and action_orientation. In PostgreSQL, triggers are fired in name order, so this column reflects that.
© 1996-2022 The PostgreSQL Global Development Group
11-15
Note:
Not yet implemented
© 1996-2022 The PostgreSQL Global Development Group
10
type: CARDINAL_NUMBER
Note:
Not yet implemented
© 1996-2022 The PostgreSQL Global Development Group
7.4-9.6

cockroachdb

mssql