Skip to content

How to add comment for row table #1471

@yzxbshi

Description

@yzxbshi

create table testdb.foobar (a string with 'column 1', b string not null with 'column 2') using row;

It's error when I execute the sql. so I tried to add a comment like pg database, It also reported an error.

COMMENT ON COLUMN "test_db"."foobar"."a" IS 'column 1';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions