Skip to content

session_tokens 交互凭证表

字段名字段类型字段注释默认值可空备注
idbigint UNSIGNED主键 IDNO自动递增
platform_idtinyint UNSIGNED平台编号NO关联键名 configs->item_key = platforms
versionvarchar(16)版本号NO语义化版本号
app_idchar(8)App IDYESsession_keys->app_id
account_idbigint UNSIGNED账号 IDNO关联字段 accounts->id
account_tokenchar(32)账号凭证NO
user_idbigint UNSIGNED用户 IDYES关联字段 users->id
user_tokenchar(32)用户凭证YES
scopevarchar(128)作用域YES
payloadtext负载YES
device_tokenvarchar(128)设备 TokenYES例如 iOS Device Token 或 Android Device Token
可应用于推送消息
expired_attimestamp过期时间YES留空代表永久有效
created_attimestamp创建时间CURRENT_TIMESTAMPNO
updated_attimestamp更新时间YES
deleted_attimestamp删除时间YES

Released under the Apache-2.0 License