I have a custom entity that I import data into. Some fields will need to be able to accept negative numbers. I figured this could be accomplished using the minimum value. But, I find when I enter a minimum of -1,000,000,000 I am getting an "unexpected error" notice when I try to save.
Is there a better way to do this?