Merge pull request #509 from smottt/master
SchemaTool ignoring 'fixed' option
This commit is contained in:
commit
182ed07a41
@ -395,7 +395,13 @@ class SchemaTool
|
|||||||
|
|
||||||
unset($mapping['options']['unsigned']);
|
unset($mapping['options']['unsigned']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isset($mapping['options']['fixed'])) {
|
||||||
|
$options['fixed'] = $mapping['options']['fixed'];
|
||||||
|
|
||||||
|
unset($mapping['options']['fixed']);
|
||||||
|
}
|
||||||
|
|
||||||
$options['customSchemaOptions'] = $mapping['options'];
|
$options['customSchemaOptions'] = $mapping['options'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user