feat: add flow account record id for data mapping
This commit is contained in:
parent
8fee8fba9b
commit
effe43b445
1 changed files with 2 additions and 0 deletions
|
|
@ -1362,6 +1362,8 @@ model Invoice {
|
|||
|
||||
payment Payment?
|
||||
|
||||
flowAccountRecordId String?
|
||||
|
||||
createdAt DateTime @default(now())
|
||||
createdBy User @relation(fields: [createdByUserId], references: [id])
|
||||
createdByUserId String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue