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
With the move to v2, we now have many JSON columns that were relational tables before. With this move however, we have lost some documentation around the available fields in these columns. In many cases, we technically have access to this information, because the JSON column is inferred from an underlying Go struct. We should add the necessary metadata to help users understand the contents of these columns, and help document when changes to them are made.