Skip to content

user_roles 用户角色关联表

字段名字段类型字段注释默认值可空备注
idbigint UNSIGNED主键 IDNO自动递增
user_idbigint UNSIGNED用户主键 IDNO关联字段 users->id
role_idint UNSIGNED角色 IDNO关联字段 roles->id
is_maintinyint UNSIGNED是否为主角色0NO0.普通 / 1.主角色
expired_attimestamp角色有效期YES过期时间
restore_role_idint UNSIGNED继承角色 IDYES如果是主角色,过期后谁继承主角色
created_attimestamp创建时间CURRENT_TIMESTAMPNO
updated_attimestamp更新时间YES
deleted_attimestamp删除时间YES

Released under the Apache-2.0 License