Skip to content

Enable support for jsonb field types#118

Open
sekjal wants to merge 1 commit into
silverstripe:2from
sekjal:patch-1
Open

Enable support for jsonb field types#118
sekjal wants to merge 1 commit into
silverstripe:2from
sekjal:patch-1

Conversation

@sekjal
Copy link
Copy Markdown

@sekjal sekjal commented Oct 28, 2020

Adds a function to PostgreSQLSchemaManager.php to allow for FieldTypes that specify "json" as their type. Doing so will create a jsonb column in the database, which is better for jsonpath value retrieval than it's regular json counterpart.

Adds a function to PostgreSQLSchemaManager.php to allow for FieldTypes that specify "json" as their type.  Doing so will create a jsonb column in the database, which is better for jsonpath value retrieval than it's regular json counterpart.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant