update briva

This commit is contained in:
fro1991
2025-02-19 18:22:41 +07:00
parent 32f79f0078
commit 41b5272c7e

View File

@ -50,14 +50,14 @@ export class BrivaCompany {
@Column({ @Column({
nullable: false, nullable: false,
unique: true, unique: false,
length: 256 length: 256
}) })
pic_phone: string; pic_phone: string;
@Column({ @Column({
nullable: false, nullable: false,
unique: true, unique: false,
length: 256 length: 256
}) })
pic_email: string; pic_email: string;