update briva
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user