fix: ic set to 1

This commit is contained in:
Alex Duan 2024-02-26 20:36:58 +08:00
parent 8cf6fdce52
commit a279fcac63
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
{ "type": "double", "name": "dc"},
{ "type": "tinyint", "name": "ti"},
{ "type": "smallint", "name": "si" },
{ "type": "int", "name": "ic" , "max" : "1", "min" : "1" },
{ "type": "int", "name": "ic" ,"max": 1,"min": 1},
{ "type": "bigint", "name": "bi" },
{ "type": "utinyint", "name": "uti"},
{ "type": "usmallint", "name": "usi"},