package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Aug 11, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type TableXorm struct {
ID int64 `json:"id" xorm:"'id' autoincr"`
UID string `json:"uid" xorm:"'uid' pk"`
CreateTime time.Time `json:"create_time" xorm:"'create_time' created"`
UpdateTime time.Time `json:"update_time" xorm:"'update_time' updated"`
Info string `json:"info" xorm:"'info'"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.