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
The table venue has a column called description. This column currently uses the varchar data type, but it is intended to be used for jsonb. All ORM samples should be changed to use jsonb.
The text was updated successfully, but these errors were encountered:
The table
venue
has a column calleddescription
. This column currently uses thevarchar
data type, but it is intended to be used forjsonb
. All ORM samples should be changed to usejsonb
.The text was updated successfully, but these errors were encountered: