udpate
This commit is contained in:
@ -33,7 +33,7 @@ export class BrivaAccount {
|
|||||||
})
|
})
|
||||||
account_holder: string;
|
account_holder: string;
|
||||||
|
|
||||||
@ManyToOne(() => BrivaCompany, { onDelete: 'CASCADE', nullable: true })
|
@ManyToOne(() => BrivaCompany, { nullable: true })
|
||||||
@JoinTable()
|
@JoinTable()
|
||||||
company: BrivaCompany
|
company: BrivaCompany
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user