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