mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
chore: enum type map
This commit is contained in:
parent
032352985b
commit
8be6f9078f
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user