Merge pull request #474 from okovalov/master
Fixed bug with comment option not being added to column.
This commit is contained in:
commit
a4b85c49c9
@ -385,6 +385,12 @@ class SchemaTool
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (isset($mapping['options'])) {
|
if (isset($mapping['options'])) {
|
||||||
|
if (isset($mapping['options']['comment'])) {
|
||||||
|
$options['comment'] = $mapping['options']['comment'];
|
||||||
|
|
||||||
|
unset($mapping['options']['comment']);
|
||||||
|
}
|
||||||
|
|
||||||
$options['customSchemaOptions'] = $mapping['options'];
|
$options['customSchemaOptions'] = $mapping['options'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user