refactor: view collection support jsonb (#2719)
This commit is contained in:
parent
36f512f4b7
commit
97f06d03d3
@ -41,7 +41,7 @@ export const json: IField = {
|
|||||||
default: null,
|
default: null,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
availableTypes: ['json', 'array'],
|
availableTypes: ['json', 'array', 'jsonb'],
|
||||||
hasDefaultValue: true,
|
hasDefaultValue: true,
|
||||||
properties: {
|
properties: {
|
||||||
...defaultProps,
|
...defaultProps,
|
||||||
|
Loading…
Reference in New Issue
Block a user