Skip to content

Commit

Permalink
HCK-6979: Default type should be varchar(20)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlikRakhmonov committed Jul 3, 2024
1 parent 355eea4 commit 5a9b780
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ making sure that you maintain a proper JSON format.
"minValue": 1,
"maxValue": 128,
"step": 1,
"defaultValue": 1,
"typeDecorator": true,
"dependency": {
"type": "and",
Expand Down
2 changes: 1 addition & 1 deletion types/array.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"subtypes": {
"array": {
"childValueType": [
"char",
"array",
"binary",
"boolean",
"char",
"datetime",
"json",
"multiset",
Expand Down
4 changes: 2 additions & 2 deletions types/char.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"enum": [],
"sample": "",
"comments": "",
"mode": "char",
"length": 1
"mode": "varchar",
"length": 20
},
"subtypes": {
"object": {
Expand Down
2 changes: 1 addition & 1 deletion types/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"subtypes": {
"object": {
"childValueType": [
"char",
"array",
"binary",
"boolean",
"char",
"datetime",
"json",
"multiset",
Expand Down

0 comments on commit 5a9b780

Please sign in to comment.