This commit is contained in:
fro1991
2025-02-12 14:54:05 +07:00
parent 25fd3bf258
commit 8e8680f23f

View File

@ -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