This is my migrations
$table->float('odd', 10, 0)->nullable();
I save odd value in db as 4.45
but it returned as 4.45000000000000017763568394002504646778106689453125
I look this post Laravel Eloquent double value stored in database returned rounded
but that is not solve my problem. Also problems only occur in server
How can solve it?