Comment on When to Avoid JSONB in a PostgreSQL SchemaparentComments−colanderman10yTo be fair, you can write CHECK conditions which are arbitrary expressions involving JSONB values. Though at that point you might as well just use a normal column.
Comments
To be fair, you can write CHECK conditions which are arbitrary expressions involving JSONB values. Though at that point you might as well just use a normal column.