CareSet / DURC

DURC is reverse CRUD
MIT License
3 stars 2 forks source link

Validators for int sizes #70

Open seanccsmith opened 4 years ago

seanccsmith commented 4 years ago

As described in issue #61 , the validator functions should check data to be entered in columns with types bigint, tinyint, etc, against an upper bound and lower bound and catch attempted entries that are outside those bounds.