Why is "bigint" considered a string? #40
Closed
clementbirkle
started this conversation in
General
Replies: 1 comment
-
I have created a PR to address this issue. You can find it here. This PR ensures that big integers are correctly handled as integers for the phpType instead of being treated as strings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
This package is great, but I have an issue with columns of type "bigint(20)". The package considers them as strings because this line is commented out: https://github.com/spatie/laravel-model-info/blob/main/src/Attributes/AttributeFinder.php#L80.
Can I submit a PR to fix this?
Beta Was this translation helpful? Give feedback.
All reactions