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 // raw SQL type name, e.g. "UUID", "VARCHAR(255)", "TIMESTAMP"
NotNull bool
IsArray bool
ArrayDims int
Comment string
Length *int
IsUnsigned bool
}
Column represents a column in a database table.
Click to show internal directories.
Click to hide internal directories.