I know maybe this is a stupid question, But i suck at sql
But what field type should you have on a field that can only have numbers 1 to 5? 5 is max and 1 is min.
It's currently int(11) not unsigned
I heard having the wrong type can hurt performace
Edit: the database is InnoDB. RDBMS is MySQL