chore: field type map

This commit is contained in:
Chareice 2023-11-28 09:38:21 +08:00
parent 7b66def487
commit f5dc8cebf8
No known key found for this signature in database

View File

@ -20,6 +20,11 @@ const postgres = {
json: ['json', 'array'], json: ['json', 'array'],
jsonb: ['json', 'array', 'jsonb'], jsonb: ['json', 'array', 'jsonb'],
point: 'point',
path: 'lineString',
polygon: 'polygon',
circle: 'circle',
}; };
const mysql = { const mysql = {