Skip to content

Commit 78d4e6b

Browse files
authored
MAGETWO-66166: [GitHub][PR] Minor Update Mysql.php #7568
2 parents 98d1840 + 1081f54 commit 78d4e6b

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
@@ -2373,6 +2373,9 @@ protected function _getColumnDefinition($options, $ddlType = null)
23732373
}
23742374
}
23752375
$cType .= sprintf('(%d,%d)', $precision, $scale);
2376+
if (!empty($options['UNSIGNED'])) {
2377+
$cUnsigned = true;
2378+
}
23762379
break;
23772380
case Table::TYPE_TEXT:
23782381
case Table::TYPE_BLOB:

0 commit comments

Comments
 (0)