getTables() as $table) { foreach ($table->getColumns() as $column) { // column comments are not supported on SQLite if ($column->getComment() !== '') { $column->setComment(''); } } } return parent::getDiff($targetSchema, $connection); } }