Updates
This commit is contained in:
@@ -53,22 +53,40 @@
|
||||
"title": "TEXT",
|
||||
"name": "TEXT",
|
||||
"value": "0-100",
|
||||
"description": "MEDIUMTEXT is just text with max length 16,777,215",
|
||||
"maxValue": 127
|
||||
"description": "MEDIUMTEXT is just text with max length 16,777,215"
|
||||
},
|
||||
{
|
||||
"title": "MEDIUMTEXT",
|
||||
"name": "MEDIUMTEXT",
|
||||
"value": "0-255",
|
||||
"description": "MEDIUMTEXT is just text with max length 16,777,215",
|
||||
"maxValue": 127
|
||||
"description": "MEDIUMTEXT is just text with max length 16,777,215"
|
||||
},
|
||||
{
|
||||
"title": "LONGTEXT",
|
||||
"name": "LONGTEXT",
|
||||
"value": "0-255",
|
||||
"description": "LONGTEXT is just text with max length 4,294,967,295",
|
||||
"maxValue": 127
|
||||
"description": "LONGTEXT is just text with max length 4,294,967,295"
|
||||
},
|
||||
{
|
||||
"title": "DECIMAL",
|
||||
"name": "DECIMAL",
|
||||
"description": "Numbers with decimals",
|
||||
"integer": "1-100",
|
||||
"decimals": "1-4"
|
||||
},
|
||||
{
|
||||
"title": "FLOAT",
|
||||
"name": "FLOAT",
|
||||
"description": "Numbers with decimals",
|
||||
"integer": "1-100",
|
||||
"decimals": "1-4"
|
||||
},
|
||||
{
|
||||
"title": "DOUBLE",
|
||||
"name": "DOUBLE",
|
||||
"description": "Numbers with decimals",
|
||||
"integer": "1-100",
|
||||
"decimals": "1-4"
|
||||
},
|
||||
{
|
||||
"title": "UUID",
|
||||
|
||||
Reference in New Issue
Block a user