Skip to content

Commit

Permalink
Update type comment
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <mattalord@gmail.com>
  • Loading branch information
mattlord committed Apr 24, 2024
1 parent 6435392 commit b8e8132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/sqlparser/ast.go
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,7 @@ type ColumnType struct {
// Text field options
Charset ColumnCharset

// Enum values
// Enum and Set column definition values
EnumValues []string
}

Expand Down

0 comments on commit b8e8132

Please sign in to comment.