chore: change the real user abd legal user data
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Column, Entity, JoinColumn, OneToOne, Unique } from "typeorm";
|
||||
import { Column, Entity, JoinColumn, OneToOne } from "typeorm";
|
||||
|
||||
import { User } from "./user.entity";
|
||||
import { BaseEntity } from "../../../common/entities/base.entity";
|
||||
@@ -6,7 +6,6 @@ import { Address } from "../../address/entities/address.entity";
|
||||
import { GenderEnum } from "../enums/gender-type.enum";
|
||||
import { NationalityEnum } from "../enums/nationality.enum";
|
||||
|
||||
@Unique(["user"])
|
||||
@Entity()
|
||||
export class RealUser extends BaseEntity {
|
||||
@Column({ type: "varchar", length: 150 })
|
||||
|
||||
Reference in New Issue
Block a user