coldbox-modules / qb

Fluent Query Builder for CFML
https://qb.ortusbooks.com/
MIT License
40 stars 35 forks source link

JSONB type for column creation #252

Open mjclemente opened 1 year ago

mjclemente commented 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.