diff --git a/src/model/LendingStation.ts b/src/model/LendingStation.ts index 9c266de..9df1441 100644 --- a/src/model/LendingStation.ts +++ b/src/model/LendingStation.ts @@ -34,6 +34,12 @@ export class LoanPeriod { }) from: Date; + @Column({ + nullable: true, + type: 'text' + }) + generalRemark: string; + /** * validity for loanPeriods */