information_schema.statistics.nullable

mysql

type: VARCHAR NOT NULL
5.7-8

mariadb

type: NULL
Note:
YES if the column may contain NULLs, empty string if not.
© 2022 MariaDB
5.1-10.8
type: VARCHAR NOT NULL
Note:
YES if the column may contain NULLs, empty string if not.
© 2022 MariaDB
10.2-10.7

tidb

type: VARCHAR(3) NULL
Note:
If the column might contain a NULL value, the value is YES; if not, the value is ''.
© 2022 PingCAP
4-6.1

postgres

cockroachdb

mssql