'datetime', ]; public $timestamps = false; public function user(): BelongsTo { return $this->belongsTo(User::class); } }