Added Function to config Profil

This commit is contained in:
2026-02-08 14:21:07 +01:00
parent ff6201a42c
commit f1e9e3f8d4
11 changed files with 557 additions and 10 deletions

View File

@@ -15,6 +15,7 @@ model User {
email String @unique
password String
name String?
photoUrl String?
roleId String?
role Role? @relation(fields: [roleId], references: [id], onDelete: SetNull)
createdAt DateTime @default(now())