mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-15 10:25:23 +00:00
Change deviceId column type to uuid
This commit is contained in:
@ -20,7 +20,7 @@ export class DeviceStatusLogEntity {
|
|||||||
})
|
})
|
||||||
eventFrom: SourceType;
|
eventFrom: SourceType;
|
||||||
|
|
||||||
@Column({ type: 'text' })
|
@Column({ type: 'uuid' })
|
||||||
deviceId: string;
|
deviceId: string;
|
||||||
|
|
||||||
@Column({ type: 'text' })
|
@Column({ type: 'text' })
|
||||||
|
Reference in New Issue
Block a user