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

Feature: alter table need support modify table comment #15226

Closed
wubx opened this issue Apr 12, 2024 · 1 comment · Fixed by #15227
Closed

Feature: alter table need support modify table comment #15226

wubx opened this issue Apr 12, 2024 · 1 comment · Fixed by #15227
Labels
C-feature Category: feature

Comments

@wubx
Copy link
Member

wubx commented Apr 12, 2024

Summary
Databend also need support change table comment

alter table T comment='just demo';

Now databend only support

create table t1(id int) comment='test';
@wubx wubx added the C-feature Category: feature label Apr 12, 2024
@TCeason
Copy link
Collaborator

TCeason commented Apr 15, 2024

cc @soyeric128

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

Successfully merging a pull request may close this issue.

2 participants