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 154154 default =" 0" comment =" Store ID" />
155155 <column xsi : type =" int" name =" entity_id" unsigned =" true" nullable =" false" identity =" false"
156156 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" />
158158 <constraint xsi : type =" primary" referenceId =" PRIMARY" >
159159 <column name =" value_id" />
160160 </constraint >
408408 default =" 0" comment =" Store ID" />
409409 <column xsi : type =" int" name =" entity_id" unsigned =" true" nullable =" false" identity =" false"
410410 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" />
412412 <constraint xsi : type =" primary" referenceId =" PRIMARY" >
413413 <column name =" value_id" />
414414 </constraint >
Original file line number Diff line number Diff line change 205205 default =" 0" comment =" Store ID" />
206206 <column xsi : type =" int" name =" entity_id" unsigned =" true" nullable =" false" identity =" false"
207207 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" />
209209 <constraint xsi : type =" primary" referenceId =" PRIMARY" >
210210 <column name =" value_id" />
211211 </constraint >
You can’t perform that action at this time.
0 commit comments