'string', 'color' => 'string', ]; public function tasks(): HasMany { return $this->hasMany(Task::class, 'priority_id'); } }