Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dialect ¶
type Dialect interface {
Options() *types.Options
Tables() []*Table
Schema() string
ParseColumnTag(tf *TableColumn) types.Tag
ParseColumnType(tf *TableColumn) string
}
type Table ¶
type Table struct {
TableExpand
Columns []*TableColumn // 表字段
}
type TableColumn ¶
type TableExpand ¶
Click to show internal directories.
Click to hide internal directories.