update
This commit is contained in:
@ -39,6 +39,12 @@ export class CreditCompany {
|
||||
})
|
||||
type: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 4096
|
||||
})
|
||||
logo: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
length: 256
|
||||
|
||||
Reference in New Issue
Block a user