Merge pull request #503 from sebastianbauer/master
added unsigned mapping to SchemaTool options
This commit is contained in:
commit
863d14a61a
@ -390,6 +390,12 @@ class SchemaTool
|
|||||||
unset($mapping['options']['comment']);
|
unset($mapping['options']['comment']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isset($mapping['options']['unsigned'])) {
|
||||||
|
$options['unsigned'] = $mapping['options']['unsigned'];
|
||||||
|
|
||||||
|
unset($mapping['options']['unsigned']);
|
||||||
|
}
|
||||||
|
|
||||||
$options['customSchemaOptions'] = $mapping['options'];
|
$options['customSchemaOptions'] = $mapping['options'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user