'boolean', 'started_at' => 'datetime', 'last_seen_at'=> 'datetime', ]; public function user() { return $this->belongsTo(User::class); } }