chore: field type map
This commit is contained in:
parent
7b66def487
commit
f5dc8cebf8
@ -20,6 +20,11 @@ const postgres = {
|
||||
|
||||
json: ['json', 'array'],
|
||||
jsonb: ['json', 'array', 'jsonb'],
|
||||
|
||||
point: 'point',
|
||||
path: 'lineString',
|
||||
polygon: 'polygon',
|
||||
circle: 'circle',
|
||||
};
|
||||
|
||||
const mysql = {
|
||||
|
Loading…
Reference in New Issue
Block a user