Ryx is missing some common field variants. **Goal**: Implement `PositiveSmallIntegerField`, `PositiveBigIntegerField`, etc... **Implementation hint**: Look at `ryx/fields.py` and see how other numeric fields are implemented.
Ryx is missing some common field variants.
Goal: Implement
PositiveSmallIntegerField,PositiveBigIntegerField, etc...Implementation hint: Look at
ryx/fields.pyand see how other numeric fields are implemented.