Closed
Description
These https://zenstack.dev/docs/reference/zmodel-language#number should apply to Int
, Float
, and Decimal
.
Example:
model Example {
decimalNumber Decimal @gt(0) // doesn't work
}
These https://zenstack.dev/docs/reference/zmodel-language#number should apply to Int
, Float
, and Decimal
.
Example:
model Example {
decimalNumber Decimal @gt(0) // doesn't work
}