I have two tables: 1. Devices:
@Entity() export class Devices { @PrimaryGeneratedColumn() id!:number; @Column({unique