sql - unix time in mysql -
When they say "we will use Unix time", does that mean that I should make a column like this?
Date DATE
or
Date TIME
or
date DATETIME
?
Unix time is expressed as an integer value - you use only one int field for this Want to do it, and not as any date
Comments
Post a Comment