Answer the question
In order to leave comments, you need to log in
How to properly design a database structure (MYSQL, PHP)?
There is user data about how users rated it. There are 3 ratings ("1-10", "Hot or Not", "Battle") and an overall score. What is the best way to store such data? There will be a TOP page where you can filter by ratings, by overall rating, so structure and speed are important!
Answer the question
In order to leave comments, you need to log in
Make separate tables for ratings, and store aggregated values in the user table
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question