Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManyRelationship ¶
type OneRelationship ¶
type Table ¶
type Table struct {
Name string
Columns []Column
Index []Index
// One table record has other records in another table relating to it
HasMany []ManyRelationship
ChildOf []ManyRelationship
// One table record may have a single related table record
HasOne []OneRelationship
BelongsTo []OneRelationship
}
func (*Table) FindColumn ¶
func (*Table) PrimaryKeyColumn ¶
Click to show internal directories.
Click to hide internal directories.