added unsigned mapping to SchemaTool options
This commit is contained in:
parent
ff80e99cc9
commit
a27be2fab6
@ -390,6 +390,12 @@ class SchemaTool
|
||||
unset($mapping['options']['comment']);
|
||||
}
|
||||
|
||||
if (isset($mapping['options']['unsigned'])) {
|
||||
$options['unsigned'] = $mapping['options']['unsigned'];
|
||||
|
||||
unset($mapping['options']['unsigned']);
|
||||
}
|
||||
|
||||
$options['customSchemaOptions'] = $mapping['options'];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user