Skip to content

Commit 1081f54

Browse files
committed
MAGETWO-66166: [GitHub][PR] Minor Update Mysql.php #7568
- Merge Pull Request #7568 from WJdeBaas/magento2:patch-1
2 parents 3c34e1d + e27e081 commit 1081f54

File tree

1 file changed

+3
-0
lines changed
  • lib/internal/Magento/Framework/DB/Adapter/Pdo

1 file changed

+3
-0
lines changed

lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,6 +2374,9 @@ protected function _getColumnDefinition($options, $ddlType = null)
23742374
}
23752375
}
23762376
$cType .= sprintf('(%d,%d)', $precision, $scale);
2377+
if (!empty($options['UNSIGNED'])) {
2378+
$cUnsigned = true;
2379+
}
23772380
break;
23782381
case Table::TYPE_TEXT:
23792382
case Table::TYPE_BLOB:

0 commit comments

Comments
 (0)