Dima-Bulavenko / TechCore

0 stars 1 forks source link

DEVELOPER STORY: Attribute DB Table #21

Closed Dima-Bulavenko closed 2 months ago

Dima-Bulavenko commented 2 months ago

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

  1. Create necessary fields (name, category).
  2. Set a unique constraint for the name field.
  3. Add additional fields as needed.
  4. The category field must have ManyToMany relation to #19 table