upd entity
This commit is contained in:
@ -19,10 +19,16 @@ export class FinanceChecklistPayment {
|
||||
})
|
||||
type: FinanceChecklistPaymentType;
|
||||
|
||||
@Column({
|
||||
unique: true,
|
||||
length: 128,
|
||||
})
|
||||
code: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
})
|
||||
date: Date;
|
||||
checklist_payment_at: Date;
|
||||
|
||||
@ManyToOne(() => FinanceFundingSource, { onDelete: "NO ACTION", nullable: true })
|
||||
@JoinColumn()
|
||||
|
||||
Reference in New Issue
Block a user