Skip to content

Commit

Permalink
MAGETWO-66166: [GitHub][PR] Minor Update Mysql.php #7568
Browse files Browse the repository at this point in the history
  • Loading branch information
magento-team authored Mar 15, 2017
2 parents 98d1840 + 1081f54 commit 78d4e6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -2373,6 +2373,9 @@ protected function _getColumnDefinition($options, $ddlType = null)
}
}
$cType .= sprintf('(%d,%d)', $precision, $scale);
if (!empty($options['UNSIGNED'])) {
$cUnsigned = true;
}
break;
case Table::TYPE_TEXT:
case Table::TYPE_BLOB:
Expand Down

0 comments on commit 78d4e6b

Please sign in to comment.