We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4d496 commit cc5d467Copy full SHA for cc5d467
2 files changed
polyglot/convertAdapter.json
@@ -76,6 +76,16 @@
76
"to": {
77
"hasMaxLength": true
78
}
79
+ },
80
+ {
81
+ "from": {
82
+ "type": "variant"
83
84
+ "to": {
85
+ "type": "binary",
86
+ "childType": "blob",
87
+ "mode": "variant"
88
+ }
89
90
]
91
types/variant.json
@@ -10,6 +10,7 @@
10
"name": "variant",
11
"jsonRoot": true
12
},
13
+ "restrictNormalization": true,
14
"defaultValues": {
15
"primaryKey": false,
16
"mode": "var",
0 commit comments