JSchemaChangeitemSqlsrv::fixInteger
Fix up integer. Fixes problem with MySQL integer descriptions.
If you change a column to "integer unsigned" it shows as "int(10) unsigned" in the check query.
Signature
private function fixInteger(string
$type1,
string
$type2 )
Parameters
-
$type1
- the column type
-
$type2
- the column attributes
Returns
- string
- The original or changed column type.