I just installed mysql and im making my database, but ive come upon a problem, i want to store users information in the database based on 1 or 0 , i was looking at using int as my type, but then i wondered if there was a type that would only allow 1s or 0s to be inserted as its value, im trying to make it so in the user's profile 1 equals true and 0 equals false, anybody know a proper way to do this?