Dima-Bulavenko / TechCore

0 stars 0 forks source link

DEVELOPER STORY: Product Database Table #18

Closed Dima-Bulavenko closed 1 month ago

Dima-Bulavenko commented 1 month ago

As a developer, I want to have a database table for products so that it contains important data about each product.

Acceptance Criteria

  1. Create necessary fields (name, price, category).
  2. Set a unique together constraint for the fields name and category.
  3. Add additional fields as needed.