SetTableCommentChange
Summary
Alter-table change that updates a table comment.
Signature
type SetTableCommentChange = {
comment: string;
kind: "setTableComment";
};
Alter-table change that updates a table comment.
type SetTableCommentChange = {
comment: string;
kind: "setTableComment";
};