Replies: 1 comment 1 reply
-
Hi @vdauchy, At the moment we do not have such functionality sadly enough, so if you could make a PR that would check for global casts within a migrations then I would certainly merge it 😄 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
Maybe I missed something but I seem that casts are not applied when running migrations. For example doing:
And having a proper
Will not save the expected value returned by 'CarbonIntervalCast::set()'.
So I was wondering if there was any reason to this behavior and if no, would you be interested in a PR to add casts to migrations ?
Beta Was this translation helpful? Give feedback.
All reactions