fix: import the danakservice module in subscription module
This commit is contained in:
@@ -8,7 +8,7 @@ import { DanakService } from "../../danak-services/entities/danak-service.entity
|
||||
|
||||
@Entity()
|
||||
export class SubscriptionPlan extends BaseEntity {
|
||||
@Column({ type: "varchar", length: 150, nullable: false })
|
||||
@Column({ type: "varchar", length: 150, nullable: false, unique: true })
|
||||
name: string;
|
||||
|
||||
@Column({ type: "int", nullable: false })
|
||||
|
||||
Reference in New Issue
Block a user