validates_lengths_from_database
validates_lengths_from_database copied to clipboard
Support For Integer Types
Min and max value for checking for the given type and ideally:
- Support more than just
int
, e.g.,tinyint
, etc... - Account for
unsigned
I can open a PR if you're interested.
This would be useful for us. +1 to a PR.