Versions in this module Expand all Collapse all v0 v0.3.18003 Nov 1, 2022 v0.3.18002 Nov 1, 2022 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