Open mjclemente opened 1 year ago
Along with the JSON column type, Postgres has jsonb which provides additional functionality in terms of indexing and searching. Currently, SchemaBuilder doesn't have a column type for this - it would be nice to add support.
JSON
jsonb
Along with the
JSON
column type, Postgres hasjsonb
which provides additional functionality in terms of indexing and searching. Currently, SchemaBuilder doesn't have a column type for this - it would be nice to add support.