- [ ] 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)
characters and no longer than y characters