added bigint validator (required for serial to not reach signed int limit,...
added bigint validator (required for serial to not reach signed int limit, yeah, i know, 123 years away, but why not, right?) updateSerial uses (int) instead of intval() now updated validator to use isInt32 instead of isUInt32 (postgres doesn't have uint)