By adding a public function jsonb to PostgreSQLSchemaManager, it should be possible to support native JSON documents (with indexing) in a Postgres database. This would let https://github.com/phptek/silverstripe-jsontext take advantage of low-level JSON functionality when backed by Postgres instead of having to fall back to a text type
By adding a
public function jsonbto PostgreSQLSchemaManager, it should be possible to support native JSON documents (with indexing) in a Postgres database. This would let https://github.com/phptek/silverstripe-jsontext take advantage of low-level JSON functionality when backed by Postgres instead of having to fall back to atexttype