Alte Ausweis Id

This commit is contained in:
Moritz Utcke
2025-03-19 13:15:40 -03:00
parent dee9afcda4
commit 147b1ff44f
10 changed files with 69 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
model VerbrauchsausweisGewerbe {
id Int @id @default(autoincrement())
alte_ausweis_id Int?
uid String @unique @default(dbgenerated("'vag-' || gen_random_uuid()"))
benutzer_id Int?
ausstellgrund Ausstellgrund?