This commit is contained in:
Benjamin Toby
2025-01-25 14:20:25 +01:00
parent 1db9c3a2e7
commit e82bcd0824
91 changed files with 936 additions and 324 deletions
+24 -6
View File
@@ -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",