Versions in this module Expand all Collapse all v1 v1.0.0 Sep 8, 2020 Changes in this version + type OperateTime struct + CreateTime timelib.MySQLTimestamp + UpdateTime timelib.MySQLTimestamp + func (t *OperateTime) BeforeInsert() + func (t *OperateTime) BeforeUpdate() + type PrimaryID struct + ID uint64 + func (id *PrimaryID) AfterInsert(result sql.Result) error + func (id PrimaryID) PrimaryKey() sqlx.FieldNames + type ReserveFields struct + ReserveInt1 int32 + ReserveInt2 int32 + ReserveString1 string + ReserveString2 string + type SoftDelete struct + Enabled enumeration.Bool + func (e *SoftDelete) Disable() + func (e *SoftDelete) Enable()