Datenbank und ID Generierung

This commit is contained in:
Moritz Utcke
2025-04-07 15:33:30 -04:00
parent 32d8e2383e
commit 2abb143cfe
66 changed files with 906 additions and 6309 deletions

View File

@@ -5,5 +5,7 @@ export const BildSchema = z.object({
id: z.string(),
kategorie: z.nativeEnum(BilderKategorie),
name: z.string(),
created_at: z.date(),
updated_at: z.date(),
aufnahme_id: z.string().nullish(),
})