You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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.
The text was updated successfully, but these errors were encountered:
(a) I've created a table with a
decimal_array
(which maps to PG'snumeric[]
). However, rake is not refusing to dump it inschema.rb
with the following error:(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.
The text was updated successfully, but these errors were encountered: