generated from nhcarrigan/template
feat: get it wrapped up
This commit is contained in:
@@ -13,7 +13,7 @@ datasource db {
|
||||
model Servers {
|
||||
id String @id @default(auto()) @map("_id") @db.ObjectId
|
||||
serverId String @unique
|
||||
questionChannelId String
|
||||
answerChannelId String
|
||||
blockedUsers String[]
|
||||
questionChannelId String @default("")
|
||||
answerChannelId String @default("")
|
||||
blockedUsers String[] @default([])
|
||||
}
|
||||
Reference in New Issue
Block a user