Hey, I have an existing database with float(10,2) fields in some tables. When I return Model::first(...
jimgwhit: Every eloquent function gives me a rounded float value. Model::find(1), Model::first, Mode...
jimgwhit: Retrieving all data in a custom query is stupid because all eloquent magic is gone. Retrie...
ricardofls: Can't edit the production database. jimgwhit: So please tell me how you format a rounded...
I don't want to store data, I want to read data. The value in the database is 2.95 and eloquent give...
My problem is that eloquent give me the rounded value and not the original value. I want the origina...
The Laravel portal for problem solving, knowledge sharing and community building.