Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add comment for row table #1471

Open
yzxbshi opened this issue Nov 20, 2019 · 0 comments
Open

How to add comment for row table #1471

yzxbshi opened this issue Nov 20, 2019 · 0 comments

Comments

@yzxbshi
Copy link

yzxbshi commented Nov 20, 2019

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';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant