package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Dec 2, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Column ¶
added in
v0.8.0
type Column struct {
Field string `db:"Field"`
Type string `db:"Type"`
Collation *string `db:"Collation"`
Null string `db:"Null"`
Key string `db:"Key"`
Default *string `db:"Default"`
Extra string `db:"Extra"`
Privileges string `db:"Privileges"`
Comment string `db:"Comment"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.