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