update
This commit is contained in:
@ -36,6 +36,9 @@ export class BrivaCompany {
|
||||
@Column({ type: "text", nullable: true })
|
||||
account_number: string
|
||||
|
||||
@Column({ type: "text", nullable: true })
|
||||
account_code: string
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
length: 256
|
||||
|
||||
Reference in New Issue
Block a user