Fixed bug with comment option not being added to column.
This commit is contained in:
parent
65fabc20c9
commit
90bbb35655
@ -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…
Reference in New Issue
Block a user