Posts by Brigadeiro Programador • 13 points
1 post
-
1
votes1
answer199
viewsQ: Problems saving decimal value in Database (Laravel + Postgres)
I’m using Laravel + Postgres and I’m hoping to receive a decimal value, and in Migration I did so: $table->decimal('valor', 10, 2); When I get this amount, I get something like, $1,500.99 Before…