update briva

This commit is contained in:
fro1991
2025-02-19 12:34:16 +07:00
parent ae868132f3
commit 32f79f0078

View File

@ -39,6 +39,9 @@ export class BrivaCompany {
@Column({ type: "text", nullable: true }) @Column({ type: "text", nullable: true })
account_code: string account_code: string
@Column({ type: "text", nullable: true })
account_holder: string
@Column({ @Column({
nullable: false, nullable: false,
length: 256 length: 256