PGArray subclass for handling int2/int4/int8 arrays.
Use the int4 type by default.
[Source]
# File lib/sequel/extensions/pg_array.rb, line 405 405: def array_type 406: super || ARRAY_TYPE 407: end
[Validate]