This commit is contained in:
fro1991
2025-02-18 17:50:11 +07:00
parent 2261c43a6b
commit ae868132f3

View File

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