db-to-sqlite icon indicating copy to clipboard operation
db-to-sqlite copied to clipboard

Postgres JSONB columns are converted to Sqlite TEXT columns, not JSON

Open manuelmeurer opened this issue 2 years ago • 0 comments
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?

manuelmeurer avatar Nov 17 '23 12:11 manuelmeurer