Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Table ¶
type Table struct { Name string //表名 ModelName string //模型名 Opts []gen.ModelOpt //表配置选项 Relate *[]TableRelate //关联表 }
func (Table) GetModelName ¶
type TableRelate ¶
type TableRelate struct { TableName string //关联的表名 FieldName string //字段名 ForeignKey string //外键 LocalKey string //本表键 Type field.RelationshipType //关联方式 Relate *[]TableRelate }
Click to show internal directories.
Click to hide internal directories.