exception 'PDOException' with message 'SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value: '1900-01-01' for column 'creation_date' at row 1'
model->creation_date = '1900-01-01';
the column type is timestamp, database is mysql, thanks.