Skip to content
#

jsonb

Here are 73 public repositories matching this topic...

derosm2
derosm2 commented Jul 26, 2018

One issue that's kept me from adopting this gem more widely is that I need to define all possible top level keys for a jsonb column. If I don't, then I will receive an ActiveRecord::MissingAttributeError. This removes much of the flexibility of having a jsonb column. For example when storing a JSON response from a webhook. The structure may be well defined, but if a new key is added then we'd ge

Improve this page

Add a description, image, and links to the jsonb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jsonb topic, visit your repo's landing page and select "manage topics."

Learn more