We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b110260 commit 0fff31dCopy full SHA for 0fff31d
app/code/Magento/Sales/Setup/UpgradeSchema.php
@@ -72,7 +72,6 @@ private function addColumnBaseGrandTotal(SchemaSetupInterface $installer)
72
'base_grand_total',
73
[
74
'type' => \Magento\Framework\DB\Ddl\Table::TYPE_DECIMAL,
75
- 'unsigned' => true,
76
'nullable' => true,
77
'length' => '12,4',
78
'comment' => 'Base Grand Total',
0 commit comments