mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 04:40:10 +00:00
chore: mysql field type
This commit is contained in:
parent
fd817d7fb5
commit
3b0feef046
@ -33,6 +33,10 @@ const postgres = {
|
||||
};
|
||||
|
||||
const mysql = {
|
||||
smallint: ['integer', 'boolean'],
|
||||
char: 'string',
|
||||
date: 'date',
|
||||
time: 'time',
|
||||
varchar: 'string',
|
||||
text: 'text',
|
||||
longtext: 'text',
|
||||
|
Loading…
Reference in New Issue
Block a user