information_schema.columns.domain_schema

mysql

mariadb

tidb

postgres

type: SQL_IDENTIFIER NULL
Note:
If the column has a domain type, the name of the schema that the domain is defined in, else null.
© 1996-2022 The PostgreSQL Global Development Group
10-15
type: SQL_IDENTIFIER
Note:
If the column has a domain type, the name of the schema that the domain is defined in, else null.
© 1996-2022 The PostgreSQL Global Development Group
7.4-9.6

cockroachdb

type: unknown
Note:
Always NULL (unsupported by CockroachDB).
© 2022 CockroachDB
19.1-21.2

mssql

type: NVARCHAR(128) NULL
Note:
If the column is a user-defined data type, this column returns the name of the schema of the user-defined data type. Otherwise, NULL is returned. ** Important ** Do not use INFORMATION_SCHEMA views to determine the schema of a data type. The only reliable way to find the schema of a type is to use the TYPEPROPERTY function.
© Microsoft 2022
aps-pdw-2016-sql-server-ver15