Versions in this module Expand all Collapse all v2 v2.10.3 Feb 9, 2024 Changes in this version + type NullBool struct + func (nb *NullBool) Scan(value interface{}) error + type NullTime struct + func (nt *NullTime) Scan(value interface{}) error + type NullUInt64 struct + UInt64 uint64 + Valid bool + func (n *NullUInt64) Scan(value interface{}) error + func (n NullUInt64) Value() (driver.Value, error)