Change deviceId column type to uuid

This commit is contained in:
faris Aljohari
2025-01-26 13:46:33 -06:00
parent e70f65c62c
commit 91f831f817

View File

@ -20,7 +20,7 @@ export class DeviceStatusLogEntity {
})
eventFrom: SourceType;
@Column({ type: 'text' })
@Column({ type: 'uuid' })
deviceId: string;
@Column({ type: 'text' })