NULLABLE_INTEGERconstant
Sugar instance allowing an INTEGER or null. Equivalent to NULLABLE(INTEGER).
Examples
NULLABLE_INTEGER.validate(null); // Returns null
Sugar instance allowing an INTEGER or null. Equivalent to NULLABLE(INTEGER).
NULLABLE_INTEGER.validate(null); // Returns null