update
This commit is contained in:
@ -71,6 +71,12 @@ export class TrxCustomerUser {
|
|||||||
})
|
})
|
||||||
status: Status;
|
status: Status;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
nullable: false,
|
||||||
|
default: false,
|
||||||
|
})
|
||||||
|
locked: boolean;
|
||||||
|
|
||||||
@ManyToOne(() => TrxOccupation, { onDelete: "NO ACTION" })
|
@ManyToOne(() => TrxOccupation, { onDelete: "NO ACTION" })
|
||||||
@JoinTable()
|
@JoinTable()
|
||||||
occupation: TrxOccupation;
|
occupation: TrxOccupation;
|
||||||
|
|||||||
Reference in New Issue
Block a user