Skip to content

Commit 039992f

Browse files
committed
MC-14884: MySQL Upgrade - v8
- removed unnecessary code
1 parent 56334f1 commit 039992f

File tree

1 file changed

+0
-7
lines changed
  • lib/internal/Magento/Framework/Setup/Declaration/Schema/Db/MySQL/Definition/Columns

1 file changed

+0
-7
lines changed

lib/internal/Magento/Framework/Setup/Declaration/Schema/Db/MySQL/Definition/Columns/Integer.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,6 @@ public function toDefinition(ElementInterface $column)
8787
$column->getType()
8888
);
8989

90-
if ($column->getPadding() !== null) {
91-
$definition .= sprintf(
92-
'(%s)',
93-
$column->getPadding()
94-
);
95-
}
96-
9790
return sprintf(
9891
'%s %s %s %s %s %s',
9992
$definition,

0 commit comments

Comments
 (0)