chore: jsonb field type map

This commit is contained in:
chareice 2023-09-26 15:00:25 +08:00
parent a56e4d1ec6
commit 36f512f4b7

View File

@ -19,7 +19,7 @@ const postgres = {
boolean: 'boolean',
json: ['json', 'array'],
jsonb: ['jsonb', 'array'],
jsonb: ['json', 'array', 'jsonb'],
};
const mysql = {