db-to-sqlite
db-to-sqlite copied to clipboard
Postgres JSONB columns are converted to Sqlite TEXT columns, not JSON
trafficstars
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?