mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 22:43:42 +08:00
暂存-设置项管理
This commit is contained in:
@@ -136,3 +136,13 @@ model VerificationToken {
|
||||
// image String? @db.Text
|
||||
// imageBlurhash String? @db.Text
|
||||
// }
|
||||
|
||||
model Setting {
|
||||
key String @id
|
||||
value String
|
||||
type String
|
||||
createdAt DateTime @default(now()) @map("created_at")
|
||||
updatedAt DateTime @default(now()) @updatedAt @map("updated_at")
|
||||
|
||||
@@map("settings")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user