DB Schema
This commit is contained in:
@@ -57,7 +57,7 @@ model Rechnung {
|
||||
lex_office_id String?
|
||||
|
||||
created_at DateTime @default(now())
|
||||
updated_at DateTime @updatedAt
|
||||
updated_at DateTime @updatedAt @default(now())
|
||||
|
||||
benutzer_id String
|
||||
benutzer Benutzer @relation(fields: [benutzer_id], references: [id], onDelete: NoAction, onUpdate: NoAction)
|
||||
|
||||
Reference in New Issue
Block a user