Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct { Primary bool // 是否主键 Name string // 字段 Type string // 类型 Size int // 长度 NotNull bool // 不为Null Default string // 默认值 Comment string // 注释 }
数据库表字段
type SchemaType ¶
type SchemaType string
Click to show internal directories.
Click to hide internal directories.