feat: 支持批量上传关卡
This commit is contained in:
@@ -22,12 +22,14 @@ model Level {
|
||||
hint1 String?
|
||||
hint2 String?
|
||||
hint3 String?
|
||||
sortKey String @default("a0") @map("sort_key") @db.VarChar(64)
|
||||
sortOrder Int @default(0) @map("sort_order")
|
||||
createdAt DateTime @default(now()) @map("created_at")
|
||||
updatedAt DateTime @updatedAt @map("updated_at")
|
||||
|
||||
userProgress WxUserLevelProgress[]
|
||||
|
||||
@@index([sortKey])
|
||||
@@map("levels")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user