'float', ]; public function creator(): BelongsTo { return $this->belongsTo(User::class, 'created_by'); } }