You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PostgreSQL doesn't support jagged arrays (array of arrays such that member arrays can be of different sizes). The only alternative is to use JSONB field.
The text was updated successfully, but these errors were encountered:
JSONB or pad with zeros. But let's avoid padding with the last value as this can likely grow indefeinitely in the current state of affair if we add a group to a padded one.
More context here.
PostgreSQL doesn't support jagged arrays (array of arrays such that member arrays can be of different sizes). The only alternative is to use JSONB field.
The text was updated successfully, but these errors were encountered: