This commit is contained in:
bipproduction
2025-10-28 16:29:41 +08:00
parent 2003364bff
commit cae9ed7282

View File

@@ -16,6 +16,7 @@ model Role {
User User[]
}
model User {
id String @id @default(cuid())
Role Role? @relation(fields: [roleId], references: [id])