This commit is contained in:
@@ -100,13 +100,25 @@ export class Restaurant extends BaseEntity {
|
||||
@Enum(() => PlanEnum)
|
||||
plan: PlanEnum = PlanEnum.Base;
|
||||
|
||||
@Property({unique: true,nullable: true})
|
||||
@Property({ unique: true, nullable: true })
|
||||
subscriptionId?: string;
|
||||
|
||||
@Property({nullable: true})
|
||||
@Property({ nullable: true })
|
||||
subscriptionEndDate?: Date;
|
||||
|
||||
@Property({nullable: true})
|
||||
@Property({ nullable: true })
|
||||
subscriptionStartDate?: Date;
|
||||
|
||||
@Property({ nullable: true })
|
||||
bgUrl?: string;
|
||||
|
||||
@Property({ nullable: true })
|
||||
bgOpacity?: string;
|
||||
|
||||
@Property({ nullable: true })
|
||||
bgBlur?: string;
|
||||
|
||||
@Property({ nullable: true })
|
||||
bgOverlay?: string;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user