mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:05:45 +00:00
chore: support year data type in mysql (#5123)
This commit is contained in:
parent
b2fc646e5a
commit
87c7bcb084
@ -70,7 +70,7 @@ const mysql = {
|
||||
double: 'float',
|
||||
boolean: 'boolean',
|
||||
decimal: 'decimal',
|
||||
|
||||
year: ['string', 'integer'],
|
||||
datetime: 'date',
|
||||
timestamp: 'date',
|
||||
json: ['json', 'array'],
|
||||
|
Loading…
Reference in New Issue
Block a user