|
|
@@ -24,4 +24,5 @@ type User struct { |
|
|
|
CreateAt string `json:"create_at" xorm:"not null default CURRENT_TIMESTAMP DATETIME"` |
|
|
|
UpdateAt string `json:"update_at" xorm:"not null default CURRENT_TIMESTAMP DATETIME"` |
|
|
|
RecycleParentUid int `json:"recycle_parent_uid" xorm:"default 0 comment('删除到回收站时候的上级') INT(11)"` |
|
|
|
WechatAccount string `json:"wechat_account" xorm:"comment('微信号') VARCHAR(255)"` |
|
|
|
} |