generate: Add option flag to Field struct
This commit is contained in:
parent
17201a4c48
commit
6b7dfce2f3
@ -95,9 +95,10 @@ func (typ TypeTableDefined) String() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Field struct {
|
type Field struct {
|
||||||
Name string
|
Name string
|
||||||
Doc string
|
Doc string
|
||||||
Type Type
|
Type Type
|
||||||
|
Option bool
|
||||||
}
|
}
|
||||||
|
|
||||||
func (field Field) String() string {
|
func (field Field) String() string {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user