Storing complex data in JSONB or using keys as seperate Columns?
I want to understand if my thesis is right about storing complex data as jsonb vs using columns to store the various keys inside the jsonb. My thesis is that with jsonb, eventually we have different versions of data. Adding an extra column should be more rigid, but we will not have an older version of jsonb which can lead to undexpected data.