Comment on When to Avoid JSONB in a PostgreSQL SchemaparentComments−kevincox10yThe nice thing about using postgres is that when you realize "Mongo style" was a bad idea you can write some migrations and take your common fields into proper columns quite easily.
Comments
The nice thing about using postgres is that when you realize "Mongo style" was a bad idea you can write some migrations and take your common fields into proper columns quite easily.