This commit is contained in:
fro1991
2025-02-12 14:48:48 +07:00
parent cd8363c337
commit 25fd3bf258

View File

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