diff --git a/lib/private/db/mdb2schemareader.php b/lib/private/db/mdb2schemareader.php index 511bd1c90bd..fef24adad98 100644 --- a/lib/private/db/mdb2schemareader.php +++ b/lib/private/db/mdb2schemareader.php @@ -176,8 +176,9 @@ class MDB2SchemaReader { $options['default'] = $default; break; case 'comments': - $comment = (string)$child; - $options['comment'] = $comment; + //FIXME for now we ignore comments https://github.com/doctrine/dbal/pull/407 + //$comment = (string)$child; + //$options['comment'] = $comment; break; case 'primary': $primary = $this->asBool($child);