1 Posts

jsonb

Postgresql how to create new field in existing jsonb column

How to create new field in existing jsonb column using Rails migration and Active Record Here is an example of how to add a new field called status_number w...