Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Column ¶
type Column struct {
//Field column name
Field string
//ColumnType golang type mapped to column data
ColumnType string
//AutoValue if value is auto created
AutoValue bool
//PrimayKey if column is primay key
PrimayKey bool
//NotNull if column is not null column
NotNull bool
}
Column sql column info
Click to show internal directories.
Click to hide internal directories.