package
Version:
v0.0.0-...-d3383a9
Opens a new window with list of versions in this module.
Published: Apr 11, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type StaffLog struct {
Id uint64
ResultType string `orm:"type(char);size(60)"`
ResultString string `orm:"type(text)"`
Time time.Time
User *User `orm:"rel(fk);default(0);index;on_delete(do_nothing)"`
}
type User struct {
Id uint64 `json:"id"`
Name string `orm:"size(255)"`
Email string `orm:"size(255)"`
StaffLog []*StaffLog `orm:"reverse(many)"`
WeChatId string `orm:"size(255)"`
Trashed bool `orm:"index"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.