Open
Description
(a) I've created a table with a decimal_array
(which maps to PG's numeric[]
). However, rake is not refusing to dump it in schema.rb
with the following error:
Unknown type 'numeric[]' for column 'rate'
(b) However, ActiveRecord still works and is fetching data from the underlying table. Unfortunately it is returning the data as an array of strings instead of an array of BigDecimals.
Metadata
Metadata
Assignees
Labels
No labels