As a developer, I want to have a database table attribute to store specific attributes for particular category so that set attributes for paticular category that other categories don't have.
Acceptance Criteria
Create necessary fields (name, category).
Set a unique constraint for the name field.
Add additional fields as needed.
The category field must have ManyToMany relation to #19 table
As a developer, I want to have a database table attribute to store specific attributes for particular category so that set attributes for paticular category that other categories don't have.
Acceptance Criteria