Versions in this module Expand all Collapse all v2 v2.0.9 May 21, 2023 Changes in this version + const TableNameMytable + type Customer struct + Address string + Age int + Amount float64 + Name string + Phone string + func (Customer) TableName() string + type Mytable struct + Age int32 + ID int32 + Phone string + Username *string + func (*Mytable) TableName() string