Documentation ¶
Index ¶
- func InitTable(tx *sql.Tx, table *Table) error
- type Column
- func Array(title string, def []interface{}, isNotNull bool) Column
- func Bigint(title string, def int64, isNotNull bool) Column
- func Boolean(title string, def bool) Column
- func Bytea(title string, def []byte, isNotNull bool) Column
- func DPrecision(title string, def float64, isNotNull bool) Column
- func Integer(title string, def int32, isNotNull bool) Column
- func JsonB(title string, def json.RawMessage, isNotNull bool) Column
- func Text(title, def string, isNotNull bool) Column
- func Timestamp(title string, def time.Time, isNotNull bool) Column
- func VarChar(title, def string, length int64, isNotNull bool) Column
- type Key
- type Table
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.