PGArray subclass for decimal/numeric types. Uses the general parser as the JSON parser cannot handle arbitrary precision numbers.
Use the decimal type by default.
# File lib/sequel/extensions/pg_array.rb, line 379 def array_type super || ARRAY_TYPE end