Dima-Bulavenko / TechCore

0 stars 1 forks source link

DEVELOPER STORY: ProductAttributeValue DB Table #22

Closed Dima-Bulavenko closed 2 months ago

Dima-Bulavenko commented 2 months ago

As a developer, I want to have a database table that store value for paticualr attribute of paticular product so that conntect a product with attribute and set them value.

Acceptance Criteria

  1. Create necessary fields (product, attribute, value).
  2. Set a unique together constraint for the product and attribute fields.
  3. Add additional fields as needed.
  4. The product and attribute fields must be foregin keys to the #18 and #21 tables respectivly