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