SchemaTool ignoring 'fixed' option fixed
This commit is contained in:
parent
09d53f0e58
commit
cfee331006
@ -396,6 +396,12 @@ 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…
Reference in New Issue
Block a user