Fixed trailing spaces on SchemaTool
This commit is contained in:
parent
56b230a1f0
commit
df2bfbb636
1 changed files with 4 additions and 4 deletions
|
@ -399,13 +399,13 @@ class SchemaTool
|
||||||
|
|
||||||
unset($mapping['options']['unsigned']);
|
unset($mapping['options']['unsigned']);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($mapping['options']['fixed'])) {
|
if (isset($mapping['options']['fixed'])) {
|
||||||
$options['fixed'] = $mapping['options']['fixed'];
|
$options['fixed'] = $mapping['options']['fixed'];
|
||||||
|
|
||||||
unset($mapping['options']['fixed']);
|
unset($mapping['options']['fixed']);
|
||||||
}
|
}
|
||||||
|
|
||||||
$options['customSchemaOptions'] = $mapping['options'];
|
$options['customSchemaOptions'] = $mapping['options'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -609,7 +609,7 @@ class SchemaTool
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$blacklistedFks[$compositeName] = true;
|
$blacklistedFks[$compositeName] = true;
|
||||||
} elseif (!isset($blacklistedFks[$compositeName])) {
|
} elseif (!isset($blacklistedFks[$compositeName])) {
|
||||||
$addedFks[$compositeName] = array('foreignTableName' => $foreignTableName, 'foreignColumns' => $foreignColumns);
|
$addedFks[$compositeName] = array('foreignTableName' => $foreignTableName, 'foreignColumns' => $foreignColumns);
|
||||||
$theJoinTable->addUnnamedForeignKeyConstraint(
|
$theJoinTable->addUnnamedForeignKeyConstraint(
|
||||||
|
|
Loading…
Add table
Reference in a new issue