chore: field type map

This commit is contained in:
Chareice 2023-12-12 21:28:42 +08:00
parent 439940cd22
commit 2c37910894
No known key found for this signature in database

View File

@ -30,6 +30,7 @@ const postgres = {
const mysql = {
varchar: 'string',
text: 'text',
longtext: 'text',
int: 'integer',
integer: 'integer',
bigint: 'bigInt',