mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-15 23:04:54 +08:00

Changed timestamp mapping to datetime on MSSQL. Timestamp is a unique number on MSSQL, not a timestamp. > https://msdn.microsoft.com/en-us/library/ms182776(v=SQL.90).aspx > The timestamp data type is just an incrementing number and does not > preserve a date or a time. To record a date or time, use a datetime data type. separated from #9191 close #9305