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