Hack-The-Tunnels-8 / hack-the-tunnels-mediocre-sponges

hack-the-tunnels-mediocre-sponges created by GitHub Classroom
0 stars 0 forks source link

Add Reviews Table #29

Closed hackthetunnelsbot[bot] closed 1 year ago

hackthetunnelsbot[bot] commented 1 year ago

Description:

Create a new reviews table. The reviews table will store product reviews and therefore should have a belongs to association with the products table.

This table should have two columns, text and rating where rating is an integer.

Create this new table via a migration. You can create a new migration by running npx prisma migrate dev --name {your-migration-name-here}. See this guide.

Acceptance Criteria:

The prisma schema should now include a reviews table and is associated with the products table.

There should also be a new migration that applies this change to the database.

khadeeja2005 commented 1 year ago

!review

khadeeja2005 commented 1 year ago

first time using prisma i'm not sure if i did this correctly please help me out if there are any errors. thanks.

khadeeja2005 commented 1 year ago

!complete

hackthetunnelsbot[bot] commented 1 year ago

Solved Challenges for mediocre-sponges

add-404-page: 2 add-css-animation: 5 add-footer-component: 2 add-login-page-form: 3 add-navbar-component: 3 add-partial-dark-mode: 3 hello-client: 1 hello-service: 1 improve-product-preview-card-component: 2 style-page-component: 2 update-favicon: 1 update-page-title: 1

sightsontheheights commented 1 year ago

!approve

hackthetunnelsbot[bot] commented 1 year ago

Error: You don't have permissions to do that. Please check with @AngelOnFira

khadeeja2005 commented 1 year ago

!complete

hackthetunnelsbot[bot] commented 1 year ago

Solved Challenges for mediocre-sponges

add-404-page: 2 add-css-animation: 5 add-footer-component: 2 add-login-page-form: 3 add-navbar-component: 3 add-partial-dark-mode: 3 hello-client: 1 hello-service: 1 improve-product-preview-card-component: 2 style-page-component: 2 update-favicon: 1 update-page-title: 1

AngelOnFira commented 1 year ago

!approve

hackthetunnelsbot[bot] commented 1 year ago

Approved by @AngelOnFira

hackthetunnelsbot[bot] commented 1 year ago

This challenge unlocked the following challenges:

AngelOnFira commented 1 year ago

!complete

hackthetunnelsbot[bot] commented 1 year ago

Solved Challenges for mediocre-sponges

add-404-page: 2 add-css-animation: 5 add-footer-component: 2 add-login-page-form: 3 add-navbar-component: 3 add-partial-dark-mode: 3 add-reviews-table: 3 hello-client: 1 hello-service: 1 improve-product-preview-card-component: 2 responsive-home-page-products: 2 style-page-component: 2 update-favicon: 1 update-page-title: 1