Should I use DATETEIME? or INT?
Thanks!
EDIT: I'm specifically addressing the
public static $timestamps = true;
flag set in Eloquent models.
Laravel only supports datetime for their timestamps.
datetime
https://github.com/laravel/laravel/pull/769