database - Datatype for holding number of votes -
which datatype in database can utilize holding number of votes, like-button on facebook? i’m not looking rating system, holds values between 1 , 5 instance. i’m looking datatype lets user vote or down, or user can vote up.
if you're going utilize math, adding votes @ point, utilize int (probably should anyway, because @ point want addition, or other math ops). otherwise, utilize char.
database vote
No comments:
Post a Comment