Ausweistyp
This commit is contained in:
@@ -66,6 +66,7 @@ model VerbrauchsausweisGewerbe {
|
||||
created_at DateTime @default(now())
|
||||
updated_at DateTime @updatedAt
|
||||
|
||||
ausweistyp AusweisTyp @default(Standard)
|
||||
|
||||
benutzer Benutzer? @relation(fields: [benutzer_id], references: [id], onDelete: NoAction, onUpdate: NoAction)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user