chore: jsonb field type map
This commit is contained in:
parent
a56e4d1ec6
commit
36f512f4b7
@ -19,7 +19,7 @@ const postgres = {
|
|||||||
boolean: 'boolean',
|
boolean: 'boolean',
|
||||||
|
|
||||||
json: ['json', 'array'],
|
json: ['json', 'array'],
|
||||||
jsonb: ['jsonb', 'array'],
|
jsonb: ['json', 'array', 'jsonb'],
|
||||||
};
|
};
|
||||||
|
|
||||||
const mysql = {
|
const mysql = {
|
||||||
|
Loading…
Reference in New Issue
Block a user