phinx icon indicating copy to clipboard operation
phinx copied to clipboard

Option for addTimeStamps() to use datetime

Open joshbmarshall opened this issue 1 year ago • 0 comments

Adds a feature flag to use datetime on MySQL for addTimestamps() function instead of timestamp.

Implements #1635

timestamp columns do not support dates past 2038-01-19 on MySQL

joshbmarshall avatar May 02 '24 12:05 joshbmarshall