diff --git a/libs/common/src/modules/device/entities/device.entity.ts b/libs/common/src/modules/device/entities/device.entity.ts index 68b3777..fb30bf8 100644 --- a/libs/common/src/modules/device/entities/device.entity.ts +++ b/libs/common/src/modules/device/entities/device.entity.ts @@ -33,7 +33,7 @@ export class DeviceEntity extends AbstractEntity { }) isActive: boolean; @Column({ - nullable: true, + nullable: false, }) name: string; @OneToMany(