-
Description:When I update any field of the resource, the value of the Date field is changed to the current day |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Sep 7, 2021
Replies: 1 comment 1 reply
-
I can't reproduce the issue if I change the schema type from I believe the root cause was from MySQL Timestamp default structure: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't reproduce the issue if I change the schema type from
$table->timestamp()
to$table->date()
.I believe the root cause was from MySQL Timestamp default structure: