chore: mysql field type

This commit is contained in:
Chareice 2024-01-19 11:42:00 +08:00
parent fd817d7fb5
commit 3b0feef046
No known key found for this signature in database

View File

@ -33,6 +33,10 @@ const postgres = {
};
const mysql = {
smallint: ['integer', 'boolean'],
char: 'string',
date: 'date',
time: 'time',
varchar: 'string',
text: 'text',
longtext: 'text',