diff --git a/app/code/Magento/Sales/Setup/UpgradeSchema.php b/app/code/Magento/Sales/Setup/UpgradeSchema.php index 94ad88c5486265f5e7523b8e965a843b2000d614..6f3f45fa05e18b0595892a8f0c9201a711388652 100644 --- a/app/code/Magento/Sales/Setup/UpgradeSchema.php +++ b/app/code/Magento/Sales/Setup/UpgradeSchema.php @@ -97,7 +97,9 @@ class UpgradeSchema implements UpgradeSchemaInterface $table = $setup->getTable($table); $setup->getConnection() - ->modifyColumn($table, 'updated_at', + ->modifyColumn( + $table, + 'updated_at', [ 'type' => Table::TYPE_TIMESTAMP, 'default' => Table::TIMESTAMP_INIT_UPDATE