What data type should I use for saving unix_timestamp value (MySQL)?
unix_timestamp
the type is integer like :
int(11)
is good for indexing and conditions like > < =
> < =
2.1m questions
2.1m answers
60 comments
57.0k users