information_schema.key_column_usage.position_in_unique_constraint

mysql

type: BIGINT NULL
5.7-8

mariadb

type: NULL
Note:
For foreign keys, the position in the unique constraint.
© 2022 MariaDB
5.1-10.8

tidb

type: BIGINT(10) NULL
Note:
The unique constraint and the primary key constraint are empty. For foreign key constraints, this column is the position of the referenced table's key.
© 2022 PingCAP
4-6.1

postgres

type: CARDINAL_NUMBER NULL
Note:
For a foreign-key constraint, ordinal position of the referenced column within its unique constraint (count starts at 1); otherwise null
© 1996-2022 The PostgreSQL Global Development Group
10-15
type: CARDINAL_NUMBER
Note:
For a foreign-key constraint, ordinal position of the referenced column within its unique constraint (count starts at 1); otherwise null
© 1996-2022 The PostgreSQL Global Development Group
8.2-9.6

cockroachdb

type: unknown
Note:
For foreign key constraints, ordinal position of the referenced column within its uniqueness constraint (begins at 1).
© 2022 CockroachDB
2-21.2
Note:
For Foreign Key constraints, ordinal position of the referenced column within its Unique constraint (begins at 1).
© 2022 CockroachDB
1-1.1

mssql