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