Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
add col Description [nt]
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Dec 3, 2023
1 parent d7ca4bb commit bac64a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions iop/datatype.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ type Column struct {
Stats ColumnStats `json:"stats,omitempty"`
goType reflect.Type `json:"-"`

Table string `json:"table,omitempty"`
Schema string `json:"schema,omitempty"`
Database string `json:"database,omitempty"`
Table string `json:"table,omitempty"`
Schema string `json:"schema,omitempty"`
Database string `json:"database,omitempty"`
Description string `json:"description,omitempty"`
}

// Columns represent many columns
Expand Down

0 comments on commit bac64a1

Please sign in to comment.