Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field struct {
DBName string // database name
FieldName string // field name
HumpName string // hump name
PackageName string // package name
Type string // field type
IsBaseModel bool // base model field
IsUnique bool // is unique true
IsPrimary bool // is primary kry
}
Field struct field detail
Click to show internal directories.
Click to hide internal directories.