Merge pull request #226 from SyncrowIOT/SP-874-adjust-primary-key-type-to-varchar-in-order-to-ensure-ease-of-joining-tables

Change deviceId column type to uuid
This commit is contained in:
faris Aljohari
2025-01-26 13:49:28 -06:00
committed by GitHub

View File

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