Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct {
Name string
Type string
MaxLength sql.NullInt64
Nullable string
PrimaryKey bool
ForeignKey ForeignKey
Unique bool
}
Column data structure
type ForeignKey ¶
Click to show internal directories.
Click to hide internal directories.