added users admin page + publicId

This commit is contained in:
PxlLoewe
2025-02-16 12:23:31 +01:00
parent 56a695c090
commit 586a747486
8 changed files with 77 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
model User {
id String @id @default(uuid())
publicId String @unique
firstname String
lastname String
email String @unique