user_cons_columns
更新时间 2025-02-05 09:36:57
最近更新时间: 2025-02-05 09:36:57
本页介绍天翼云TeleDB数据库系统视图user_cons_columns的内容。
视图的作用:提供当前用户所拥有的表中与约束相关的列的信息。
名称 | 类型 | 定义 |
---|---|---|
constraint_schema | name | 约束所在的模式(schema)名称。 |
constraint_name | name | 约束的名称。 |
table_schema | name | 表所在的模式(schema)名称。 |
table_name | name | 表的名称。 |
column_name | name | 受约束的列的名称。 |
position | smallint | 列在约束中的位置。 |