Rolf Staege
Results
1
comments of
Rolf Staege
i fixed it a bit dirty: in ColumnTypeBuilder.php i inserterted a method `buildComment()` and changed the `build` method appropriatly: ``` protected function buildComment($parsed) { if ($parsed['expr_type'] == ExpressionType::COMMENT) { return...