mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:15:36 +00:00
chore: jsonb field type map
This commit is contained in:
parent
a56e4d1ec6
commit
36f512f4b7
@ -19,7 +19,7 @@ const postgres = {
|
||||
boolean: 'boolean',
|
||||
|
||||
json: ['json', 'array'],
|
||||
jsonb: ['jsonb', 'array'],
|
||||
jsonb: ['json', 'array', 'jsonb'],
|
||||
};
|
||||
|
||||
const mysql = {
|
||||
|
Loading…
Reference in New Issue
Block a user