Sequel::Postgres::PGNumericArray
PGArray subclass for handling int2/int4/int8 arrays.
Use the int4 type by default.
# File lib/sequel/extensions/pg_array.rb, line 405 def array_type super || ARRAY_TYPE end