This commit is contained in:
@@ -43,8 +43,8 @@ export class Restaurant extends BaseEntity {
|
||||
@Property({ nullable: true })
|
||||
establishedYear?: number;
|
||||
|
||||
@Property({ nullable: true })
|
||||
phone?: string;
|
||||
@Property({ nullable: true, type: 'json' })
|
||||
phones?: string[];
|
||||
|
||||
@Property({ nullable: true })
|
||||
instagram?: string;
|
||||
|
||||
Reference in New Issue
Block a user