Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Relation ¶
type Relation struct { // another table name TableName string // this entity's field name FieldName string // another table entity type FieldType string // another table column names ColumnNames []string // this table columns ForeignKeys []*RelationalColumn // another table columns References []*RelationalColumn }
Relation represents another table relation information.
type RelationalColumn ¶
Click to show internal directories.
Click to hide internal directories.