fix: 加固认证撤销与运行配置
This commit is contained in:
@@ -155,6 +155,7 @@ model AuthIdentity {
|
||||
model Session {
|
||||
id String @id @default(uuid()) @db.Uuid
|
||||
accountId String @map("account_id") @db.Uuid
|
||||
tokenVersion Int @default(0) @map("token_version")
|
||||
refreshTokenHash String @unique @map("refresh_token_hash") @db.VarChar(255)
|
||||
deviceId String? @map("device_id") @db.VarChar(255)
|
||||
expiresAt DateTime @map("expires_at") @db.Timestamptz(3)
|
||||
|
||||
Reference in New Issue
Block a user