diff --git a/information-schema/information-schema.md b/information-schema/information-schema.md index bf97f12e6802..340fff130843 100644 --- a/information-schema/information-schema.md +++ b/information-schema/information-schema.md @@ -14,6 +14,7 @@ Information Schema 提供了一种查看系统元数据的 ANSI 标准方法。 | 表名 | 描述 | | -------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | | [`CHARACTER_SETS`](/information-schema/information-schema-character-sets.md) | 提供 TiDB 支持的字符集列表。 | +| [`CHECK_CONSTRAINTS`](/information-schema/information-schema-check-constraints.md) | 提供关于表上 [`CHECK` 约束](/constraints.md#check-约束)的信息。 | | [`COLLATIONS`](/information-schema/information-schema-collations.md) | 提供 TiDB 支持的排序规则列表。 | | [`COLLATION_CHARACTER_SET_APPLICABILITY`](/information-schema/information-schema-collation-character-set-applicability.md) | 说明哪些排序规则适用于哪些字符集。 | | [`COLUMNS`](/information-schema/information-schema-columns.md) | 提供所有表中列的列表。 |