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
Actually this is how it works in PostreSQL - ""::hstore is the default that gives {} in Rails, so I'm not sure if we should do anything about it.
From my structure.sql:
...
my_hstore_column hstore DEFAULT ''::hstore NOT NULL,
...
There is ticket about changing format on rails 4.2 #212
Additionally it not properly recognize default value of hstore column:
The text was updated successfully, but these errors were encountered: