使用PostgreSQL cli时,我可以运行\dT
并查看我定义的ENUM列表
postgres=# \dT
List of data types
Schema | Name | Description
--------+----------------------+-------------
public | collection_qualifier |
public | image_class |
public | profile_type |
(3 rows)
有一个Description
列,但我没有看到任何方法来添加注释以进行输入。
这可能吗?