changed inviteCode to unique
This commit is contained in:
parent
c0df5a4df0
commit
2c29ae11e7
@ -27,7 +27,7 @@ model Server{
|
|||||||
id String @id @default(uuid())
|
id String @id @default(uuid())
|
||||||
name String
|
name String
|
||||||
imageUrl String @db.Text
|
imageUrl String @db.Text
|
||||||
inviteCode String @db.Text
|
inviteCode String @unique
|
||||||
|
|
||||||
profileId String
|
profileId String
|
||||||
profile Profile @relation(fields: [profileId], references: [id], onDelete: Cascade)
|
profile Profile @relation(fields: [profileId], references: [id], onDelete: Cascade)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user