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
After converting a db from Postgres (15) to Sqlite, I noticed that the Postgres JSONB columns were turned into Sqlite TEXT columns.
Wouldn't it make more sense to turn them into JSON columns?
The text was updated successfully, but these errors were encountered:
After converting a db from Postgres (15) to Sqlite, I noticed that the Postgres JSONB columns were turned into Sqlite TEXT columns.
Wouldn't it make more sense to turn them into JSON columns?
The text was updated successfully, but these errors were encountered: