chore: support year data type in mysql (#5123)

This commit is contained in:
ChengLei Shao 2024-08-29 18:54:44 +08:00 committed by GitHub
parent b2fc646e5a
commit 87c7bcb084
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ const mysql = {
double: 'float',
boolean: 'boolean',
decimal: 'decimal',
year: ['string', 'integer'],
datetime: 'date',
timestamp: 'date',
json: ['json', 'array'],