We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When using dataType: decimal the api seems to return a string instead of a number.
in model.json:
"property1": { "type": "number", "postgresql": { "dataType": "decimal" } "property2": { "type": "number" }
from the api:
"property1": "30.3", "property2": 4