chore: enum type map

This commit is contained in:
Chareice 2024-03-15 11:37:54 +08:00
parent 032352985b
commit 8be6f9078f
No known key found for this signature in database

View File

@ -61,6 +61,7 @@ const mysql = {
datetime: 'date', datetime: 'date',
timestamp: 'date', timestamp: 'date',
json: ['json', 'array'], json: ['json', 'array'],
enum: 'string',
}; };
const sqlite = { const sqlite = {