'date', 'options' => 'array', ]; public function report(): BelongsTo { return $this->belongsTo(PmisDailyWorkReport::class, 'report_id'); } }