Fixed trailing spaces on SchemaTool
This commit is contained in:
parent
56b230a1f0
commit
df2bfbb636
@ -399,13 +399,13 @@ class SchemaTool
|
||||
|
||||
unset($mapping['options']['unsigned']);
|
||||
}
|
||||
|
||||
|
||||
if (isset($mapping['options']['fixed'])) {
|
||||
$options['fixed'] = $mapping['options']['fixed'];
|
||||
|
||||
|
||||
unset($mapping['options']['fixed']);
|
||||
}
|
||||
|
||||
|
||||
$options['customSchemaOptions'] = $mapping['options'];
|
||||
}
|
||||
|
||||
@ -609,7 +609,7 @@ class SchemaTool
|
||||
break;
|
||||
}
|
||||
}
|
||||
$blacklistedFks[$compositeName] = true;
|
||||
$blacklistedFks[$compositeName] = true;
|
||||
} elseif (!isset($blacklistedFks[$compositeName])) {
|
||||
$addedFks[$compositeName] = array('foreignTableName' => $foreignTableName, 'foreignColumns' => $foreignColumns);
|
||||
$theJoinTable->addUnnamedForeignKeyConstraint(
|
||||
|
Loading…
x
Reference in New Issue
Block a user