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