max length for number separators
This commit is contained in:
@@ -21,12 +21,14 @@
|
||||
},
|
||||
"thousandSeparator": {
|
||||
"type": "varchar",
|
||||
"default": ","
|
||||
"default": ",",
|
||||
"maxLength": 1
|
||||
},
|
||||
"decimalMark": {
|
||||
"type": "varchar",
|
||||
"default": ".",
|
||||
"required": true
|
||||
"required": true,
|
||||
"maxLength": 1
|
||||
},
|
||||
"defaultCurrency": {
|
||||
"type": "enum",
|
||||
|
||||
@@ -40,12 +40,14 @@
|
||||
},
|
||||
"thousandSeparator": {
|
||||
"type": "varchar",
|
||||
"default": ","
|
||||
"default": ",",
|
||||
"maxLength": 1
|
||||
},
|
||||
"decimalMark": {
|
||||
"type": "varchar",
|
||||
"default": ".",
|
||||
"required": true
|
||||
"required": true,
|
||||
"maxLength": 1
|
||||
},
|
||||
"currencyList": {
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user