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