refactor: view collection support jsonb (#2719)

This commit is contained in:
katherinehhh 2023-09-26 16:09:14 +08:00 committed by GitHub
parent 36f512f4b7
commit 97f06d03d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ export const json: IField = {
default: null,
},
},
availableTypes: ['json', 'array'],
availableTypes: ['json', 'array', 'jsonb'],
hasDefaultValue: true,
properties: {
...defaultProps,