Remix
Remix
remix/data-table · TypeView Source

SetTableCommentChange

Summary

Alter-table change that updates a table comment.

Signature

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