information_schema.columns
功能描述
新增下列字段,完整信息列表请参考information_schema.columns。
列名 | 数据类型 | 描述 |
---|---|---|
column_type | sql_identifier | 列的数据类型,可能包括精度或长度。 |
column_key | sql_identifier | 列是否包含索引。取值范围:空、PRI、UNI、MUL。 |
extra | sql_identifier | 其他补充信息。 |
privileges | sql_identifier | 权限信息。 |
column_comment | sql_identifier | 列定义时包含的注释。 |
srs_id | text | 列包含的空间系统信息。 |