File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 154
154
default =" 0" comment =" Store ID" />
155
155
<column xsi : type =" int" name =" entity_id" unsigned =" true" nullable =" false" identity =" false"
156
156
default =" 0" comment =" Entity ID" />
157
- <column xsi : type =" text " name =" value" nullable =" true" comment =" Value" />
157
+ <column xsi : type =" mediumtext " name =" value" nullable =" true" comment =" Value" />
158
158
<constraint xsi : type =" primary" referenceId =" PRIMARY" >
159
159
<column name =" value_id" />
160
160
</constraint >
408
408
default =" 0" comment =" Store ID" />
409
409
<column xsi : type =" int" name =" entity_id" unsigned =" true" nullable =" false" identity =" false"
410
410
default =" 0" comment =" Entity ID" />
411
- <column xsi : type =" text " name =" value" nullable =" true" comment =" Value" />
411
+ <column xsi : type =" mediumtext " name =" value" nullable =" true" comment =" Value" />
412
412
<constraint xsi : type =" primary" referenceId =" PRIMARY" >
413
413
<column name =" value_id" />
414
414
</constraint >
Original file line number Diff line number Diff line change 205
205
default =" 0" comment =" Store ID" />
206
206
<column xsi : type =" int" name =" entity_id" unsigned =" true" nullable =" false" identity =" false"
207
207
default =" 0" comment =" Entity ID" />
208
- <column xsi : type =" text " name =" value" nullable =" false" comment =" Attribute Value" />
208
+ <column xsi : type =" mediumtext " name =" value" nullable =" false" comment =" Attribute Value" />
209
209
<constraint xsi : type =" primary" referenceId =" PRIMARY" >
210
210
<column name =" value_id" />
211
211
</constraint >
You can’t perform that action at this time.
0 commit comments