'datetime', 'end_at' => 'datetime', ]; public function toDo(): BelongsTo { return $this->belongsTo(ToDo::class, 'to_do_id'); } }