What is the best column type of MySQL to store time limit?
I need to store timing like: 5:30 (5 minutes and 30 seconds)
then i will use this time to count down for users but I'm not sure what kind of column is the best for such data?
What is the best column type of MySQL to store time limit?
I need to store timing like: 5:30 (5 minutes and 30 seconds)
then i will use this time to count down for users but I'm not sure what kind of column is the best for such data?