information_schema.columns.column_default

mysql

type: LONGTEXT NULL
5.7-8

mariadb

type: NULL
Note:
Default value for the column. From MariaDB 10.2.7, literals are quoted to distinguish them from expressions. NULL means that the column has no default. In MariaDB 10.2.6 and earlier, no quotes were used for any type of default and NULL can either mean that there is no default, or that the default column value is NULL.
© 2022 MariaDB
5.1-10.8

tidb

type: TEXT NULL
Note:
The default value of the column. If the explicit default value is NULL, or if the column definition does not include the default clause, this value is NULL.
© 2022 PingCAP
4-6.1

postgres

type: CHARACTER_DATA NULL
Note:
Default expression of the column
© 1996-2022 The PostgreSQL Global Development Group
10-15
type: CHARACTER_DATA
Note:
Default expression of the column
© 1996-2022 The PostgreSQL Global Development Group
8.2-9.6
Note:
Default expression of the column (null if the current user is not the owner of the table containing the column)
© 1996-2022 The PostgreSQL Global Development Group
7.4-8.1

cockroachdb

type: unknown
Note:
Default value for the column.
© 2022 CockroachDB
2-21.2
Note:
Default Value for the column.
© 2022 CockroachDB
1-1.1

mssql

type: NVARCHAR(4000) NULL
Note:
Default value of the column.
© Microsoft 2022
aps-pdw-2016-sql-server-ver15