File tree 1 file changed +1
-1
lines changed
app/code/Magento/Sales/etc
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 220
220
<column xsi : type =" varchar" name =" shipping_method" nullable =" true" length =" 120" />
221
221
<column xsi : type =" varchar" name =" store_currency_code" nullable =" true" length =" 3" comment =" Store Currency Code" />
222
222
<column xsi : type =" varchar" name =" store_name" nullable =" true" length =" 255" comment =" Store Name" />
223
- <column xsi : type =" varchar" name =" x_forwarded_for" nullable =" true" length =" 32 " comment =" X Forwarded For" />
223
+ <column xsi : type =" varchar" name =" x_forwarded_for" nullable =" true" length =" 255 " comment =" X Forwarded For" />
224
224
<column xsi : type =" text" name =" customer_note" nullable =" true" comment =" Customer Note" />
225
225
<column xsi : type =" timestamp" name =" created_at" on_update =" false" nullable =" false" default =" CURRENT_TIMESTAMP"
226
226
comment =" Created At" />
You can’t perform that action at this time.
0 commit comments