getTables() as $table) {
foreach ($table->getColumns() as $column) {
// column comments are not supported on SQLite
if ($column->getComment() !== null) {
$column->setComment(null);
}
}
}
return parent::getDiff($targetSchema, $connection);
}
}
8'/>
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework | www-data |
blob: 301d2ed28b272c2e8aee80aedf6335abdbdd550b (
plain)