Merge pull request #503 from sebastianbauer/master
added unsigned mapping to SchemaTool options
This commit is contained in:
commit
863d14a61a
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue