update
This commit is contained in:
@ -11,6 +11,11 @@ export class GpsDeviceLog {
|
||||
@JoinColumn({ name: "deviceId" })
|
||||
device: GpsDevice;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
})
|
||||
activity_at: Date;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
type: "text",
|
||||
|
||||
Reference in New Issue
Block a user