MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetTableComment

Method GetTableComment

backend/store/model/database.go:927–929  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

925}
926
927func (t *TableMetadata) GetTableComment() string {
928 return t.proto.Comment
929}
930
931// GetColumn gets the column by name.
932func (t *TableMetadata) GetColumn(name string) *ColumnMetadata {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected