Fixed bug with comment option not being added to column.
This commit is contained in:
parent
65fabc20c9
commit
90bbb35655
1 changed files with 6 additions and 0 deletions
|
@ -385,6 +385,12 @@ class SchemaTool
|
|||
}
|
||||
|
||||
if (isset($mapping['options'])) {
|
||||
if (isset($mapping['options']['comment'])) {
|
||||
$options['comment'] = $mapping['options']['comment'];
|
||||
|
||||
unset($mapping['options']['comment']);
|
||||
}
|
||||
|
||||
$options['customSchemaOptions'] = $mapping['options'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue