Skip to content
Unverified Commit 1307b8d0 authored by Nicky Gerritsen's avatar Nicky Gerritsen
Browse files

Use string|float for database decimals

This reverts part of 761f3238 since Doctrine stroes decimals as strings to not loose precision.

When we upgrade to PHP 8.4, we can use a differnt type to store them as `BCMath\Number` objects instead, which seems to be the better way to do this.
parent 795cc23e
Loading
Loading
Loading
Loading
Please register or to comment