qb icon indicating copy to clipboard operation
qb copied to clipboard

JSONB type for column creation

Open mjclemente opened this issue 1 year ago • 0 comments

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.

mjclemente avatar May 12 '23 18:05 mjclemente