src/dataSource/db/lendingStation.ts: add generalRemark

pull/27/head
leonnicolas 4 years ago
parent c760962377
commit ad3ddf3218
No known key found for this signature in database
GPG Key ID: 088D0743E2B65C07

@ -34,6 +34,12 @@ export class LoanPeriod {
}) })
from: Date; from: Date;
@Column({
nullable: true,
type: 'text'
})
generalRemark: string;
/** /**
* validity for loanPeriods * validity for loanPeriods
*/ */

Loading…
Cancel
Save