File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Sales/etc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 769
769
<column xsi : type =" varchar" name =" order_increment_id" nullable =" false" length =" 32" comment =" Order Increment ID" />
770
770
<column xsi : type =" int" name =" order_id" unsigned =" true" nullable =" false" identity =" false"
771
771
comment =" Order ID" />
772
- <column xsi : type =" timestamp" name =" order_created_at" on_update =" true " nullable =" false"
772
+ <column xsi : type =" timestamp" name =" order_created_at" on_update =" false " nullable =" false"
773
773
default =" CURRENT_TIMESTAMP" comment =" Order Increment ID" />
774
774
<column xsi : type =" varchar" name =" customer_name" nullable =" false" length =" 128" comment =" Customer Name" />
775
775
<column xsi : type =" decimal" name =" total_qty" scale =" 4" precision =" 12" unsigned =" false" nullable =" true"
You can’t perform that action at this time.
0 commit comments