Closed
Description
At https://github.com/laravel/framework/blob/master/src/Illuminate/Database/Schema/Blueprint.php#L505 the default precision of float is set to 8 digits, 2 max after the decimal place. This is absolutely bizarre. That's the kind of thing decimal
is used for. When I want a float
I want a huge amount of precision (or double
for even more of course), and I see no reason for the framework to presume 2 decimal places is enough.
Metadata
Metadata
Assignees
Labels
No labels