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