Skip to content

Commit

Permalink
Remove duplicate nullable field
Browse files Browse the repository at this point in the history
  • Loading branch information
XigenDominic committed Aug 18, 2020
1 parent 0282e3d commit cdeda91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup/InstallSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
'activity_id',
\Magento\Framework\DB\Ddl\Table::TYPE_INTEGER,
10,
['nullable' => true, 'unsigned' => true, 'nullable' => false],
['nullable' => true, 'unsigned' => true],
'Entity id of kiwicommerce_activity table'
)->addColumn(
'field_name',
Expand Down

0 comments on commit cdeda91

Please sign in to comment.