2103-USD / codalorians

0 stars 0 forks source link

DB Tables [Week 4 Part 2] #23

Open alex-yambao opened 3 years ago

alex-yambao commented 3 years ago

reviews table Create a reviews table definition with the following information: id - serial; primary key title - not null content - not null - must be at least x characters and no longer than y characters stars - integer not null (0 through 5) "userId" - references users(id) "productId" - references products(id)

alex-yambao commented 3 years ago

Getting errors while dB builds the reviews