Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldInfo ¶
type FieldInfo struct { Name string // 字段名 Type string // 字段类型 IsNull bool // 是否允许NULL DefaultValue string // 默认值 Comment string // 注释 IsPrimary bool // 是否主键 IsAutoInc bool // 是否自增 }
FieldInfo 字段信息
Click to show internal directories.
Click to hide internal directories.