chore: field type map
This commit is contained in:
parent
439940cd22
commit
2c37910894
@ -30,6 +30,7 @@ const postgres = {
|
||||
const mysql = {
|
||||
varchar: 'string',
|
||||
text: 'text',
|
||||
longtext: 'text',
|
||||
int: 'integer',
|
||||
integer: 'integer',
|
||||
bigint: 'bigInt',
|
||||
|
Loading…
Reference in New Issue
Block a user