qb
qb copied to clipboard
JSONB type for column creation
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.