Mal schauen

This commit is contained in:
Moritz Utcke
2025-03-17 20:43:44 -03:00
parent 661a75ee9c
commit 90522e1f81
18 changed files with 105412 additions and 300 deletions

View File

@@ -11,6 +11,7 @@ model Bild {
id Int @id @default(autoincrement())
kategorie BilderKategorie
uid String @unique @default(dbgenerated("'img-' || gen_random_uuid()"))
name String
aufnahme_id Int?
aufnahme Aufnahme? @relation(fields: [aufnahme_id], references: [id], onDelete: NoAction, onUpdate: NoAction)