mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +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'],
|
||||
date: 'date',
|
||||
time: 'time',
|
||||
tinytext: 'text',
|
||||
text: 'text',
|
||||
mediumtext: 'text',
|
||||
longtext: 'text',
|
||||
int: ['integer', 'sort'],
|
||||
'int unsigned': ['integer', 'sort'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user