Change all DATETIME fields into TIMESTAMP.
This way we can take advantage of automatic updating of the created_at fields and don't need to insert new Date() into all of those columns.
Loading
Please register or sign in to comment
This way we can take advantage of automatic updating of the created_at fields and don't need to insert new Date() into all of those columns.