chore: field type map
This commit is contained in:
parent
7b66def487
commit
f5dc8cebf8
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user