AccountExpand 账号扩展表
字段 | 类型 | 主键 | 可空 | 默认 | 描述 |
---|---|---|---|---|---|
AutoId | int | false | |||
AccountId | char(36) | PK | false | 账号Id | |
Mark | int | true | 0 | 积分 | |
LeftMark | int | true | 0 | 剩余积分 | |
Num_Login | int | true | 0 | 登录次数 | |
Num_View | int | true | 0 | 浏览次数 | |
Num_Post | int | true | 0 | Post数量 | |
Num_Comment | int | true | 0 | 回复数量 | |
LastLoginTime | datetime | true | 上次登录时间 | ||
CurrentLoginTime | datetime | true | 当前登录时间 |