Cy
Results
2
comments of
Cy
https://github.com/illuminate/database/blob/ac9ae2d82b8a6137400f17b3eea258be3518daa9/Eloquent/Concerns/HasTimestamps.php#L45 illuminate/database 高版本判断了 create_at是否为null, 而低版本没有, 可能是个bug, 所以高版本修复了, 你看看是否是这个原因.
https://github.com/illuminate/database/blob/ac9ae2d82b8a6137400f17b3eea258be3518daa9/Eloquent/Concerns/HasTimestamps.php#L45 illuminate/database 高版本判断了 create_at是否为null, 而低版本没有, 可能是个bug, 所以高版本修复了, 你看看是否是这个原因.