Code Duplication    Length = 6-6 lines in 2 locations

src/App/IndexDB.php 2 locations

@@ 286-291 (lines=6) @@
283
                case "start_line":
284
                case "end_line":
285
                case "line":
286
                case "column":
287
                    $table->addColumn
288
                        ($field, "integer"
289
                        , ["notnull" => true, "unsigned" => true]
290
                        );
291
                    break;
292
                case "namespace_id":
293
                    $table->addColumn
294
                        ($field, "integer"
@@ 292-297 (lines=6) @@
289
                        , ["notnull" => true, "unsigned" => true]
290
                        );
291
                    break;
292
                case "namespace_id":
293
                    $table->addColumn
294
                        ($field, "integer"
295
                        , ["notnull" => false, "unsigned" => true]
296
                        );
297
                   break;
298
                case "path":
299
                case "source":
300
                case "name":