So I’ve created a new class in the database meant for me to manually save information to.
One of the values I want to store is of type BigNumber but when I create a new column and select that type from the dropdown I get an error: invalid field type: NumberDecimal
Other types like number and string work fine though. And I know it’s possible because I have a class created from synced events that does have a column with type BigNumber and that one works fine.
Am I missing something?