This commit is contained in:
fro1991
2025-10-02 23:51:15 +07:00
parent a8f5dfb7a2
commit 8b8a5b65a9

View File

@ -11,6 +11,11 @@ export class GpsDeviceLog {
@JoinColumn({ name: "deviceId" })
device: GpsDevice;
@Column({
nullable: true,
})
activity_at: Date;
@Column({
nullable: false,
type: "text",