mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
chore(database): mediumtext type support (#4697)
This commit is contained in:
parent
06e166f8da
commit
f61b56fe4f
@ -55,7 +55,9 @@ const mysql = {
|
|||||||
varchar: ['string', 'uuid', 'nanoid'],
|
varchar: ['string', 'uuid', 'nanoid'],
|
||||||
date: 'date',
|
date: 'date',
|
||||||
time: 'time',
|
time: 'time',
|
||||||
|
tinytext: 'text',
|
||||||
text: 'text',
|
text: 'text',
|
||||||
|
mediumtext: 'text',
|
||||||
longtext: 'text',
|
longtext: 'text',
|
||||||
int: ['integer', 'sort'],
|
int: ['integer', 'sort'],
|
||||||
'int unsigned': ['integer', 'sort'],
|
'int unsigned': ['integer', 'sort'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user