You can use the COMMENT ON
command to add comments on tables or columns in RisingWave. Comments are stored as metadata of tables or columns.
NULL
.
Parameter | Notes |
---|---|
object_type | Type of the object that you want to add comments to. Allowed values: TABLE, COLUMN. |
relation_name.object_name | Name of the object that you want to add comments to. For columns, you also need to specify the table name. |
comment | Comment that you want to add. |
rw_description
table:SHOW COLUMNS
or DESCRIBE
command: