BenBolthouse / nice-bytes

A clone of the popular website GoodReads where users can rate and share restaurants.
6 stars 1 forks source link

Implement MAX Constraint In Postgres and Migrate #10

Open BenBolthouse opened 3 years ago

BenBolthouse commented 3 years ago

Database models currently make use of validation for max in value of 5 for rating, but the database doesn't have a constraint for that integer.