SetTableCommentChange

View Source

Summary

Alter-table change that updates a table comment.

Signature

type SetTableCommentChange = {
  comment: string;
  kind: "setTableComment";
};