mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 06:15:11 +00:00
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,
|
||||
},
|
||||
},
|
||||
availableTypes: ['json', 'array'],
|
||||
availableTypes: ['json', 'array', 'jsonb'],
|
||||
hasDefaultValue: true,
|
||||
properties: {
|
||||
...defaultProps,
|
||||
|
Loading…
Reference in New Issue
Block a user