This commit is contained in:
fro1991
2025-11-11 01:55:07 +07:00
parent f392cad20f
commit 6f7ad03ae0

View File

@ -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,