Ausweistyp
This commit is contained in:
@@ -79,6 +79,7 @@ model BedarfsausweisWohnen {
|
||||
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