add phone

This commit is contained in:
2025-11-22 15:48:50 +03:30
parent 90e2877fab
commit 23dc27e611
5 changed files with 14 additions and 0 deletions
@@ -40,6 +40,9 @@ export class Restaurant extends BaseEntity {
@Property({ nullable: true })
phoneNumber?: string;
@Property({ nullable: true })
phone?: string;
@Property({ nullable: true })
instagram?: string;