add phone
This commit is contained in:
@@ -40,6 +40,9 @@ export class Restaurant extends BaseEntity {
|
||||
@Property({ nullable: true })
|
||||
phoneNumber?: string;
|
||||
|
||||
@Property({ nullable: true })
|
||||
phone?: string;
|
||||
|
||||
@Property({ nullable: true })
|
||||
instagram?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user