update
This commit is contained in:
@ -40,6 +40,11 @@ export class ComplianceRiskCustomer {
|
|||||||
})
|
})
|
||||||
name: string;
|
name: string;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
length: 4096,
|
||||||
|
})
|
||||||
|
pwner: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: true,
|
nullable: true,
|
||||||
length: 256,
|
length: 256,
|
||||||
|
|||||||
Reference in New Issue
Block a user