I have MySql Cloud Hosting,
Table(Member) - Field(id, name, balance)
when I access with Laravel on Windows machine, they are(id, balance) returned as Int,
but
when I access with Laravel on Linux machine, all field returned as String.
So this issue can make calculation operation error because they read as String. Any way to fix this issues without $casts?