Code Duplication    Length = 6-6 lines in 2 locations

src/App/IndexDB.php 2 locations

@@ 356-361 (lines=6) @@
353
                case "start_line":
354
                case "end_line":
355
                case "line":
356
                case "column":
357
                    $table->addColumn
358
                        ($field, "integer"
359
                        , ["notnull" => true, "unsigned" => true]
360
                        );
361
                    break;
362
                case "namespace_id":
363
                    $table->addColumn
364
                        ($field, "integer"
@@ 362-367 (lines=6) @@
359
                        , ["notnull" => true, "unsigned" => true]
360
                        );
361
                    break;
362
                case "namespace_id":
363
                    $table->addColumn
364
                        ($field, "integer"
365
                        , ["notnull" => false, "unsigned" => true]
366
                        );
367
                   break;
368
                case "path":
369
                case "source":
370
                case "name":