mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
chore: enum type map
This commit is contained in:
parent
032352985b
commit
8be6f9078f
@ -61,6 +61,7 @@ const mysql = {
|
||||
datetime: 'date',
|
||||
timestamp: 'date',
|
||||
json: ['json', 'array'],
|
||||
enum: 'string',
|
||||
};
|
||||
|
||||
const sqlite = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user