chore:移除unsignedDecimal类型

This commit is contained in:
JaguarJack 2024-04-22 17:36:26 +08:00
parent dede7b0ba0
commit 3c4ebb86e7

View File

@ -211,7 +211,6 @@ const types: string[] = [
'tinyIncrements', 'tinyIncrements',
'tinyInteger', 'tinyInteger',
'tinyText', 'tinyText',
'unsignedDecimal',
'uuid', 'uuid',
'year', 'year',
] ]