musonza/chat

View on GitHub
database/migrations/create_chat_tables.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method up has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function up()
    {
        Schema::create(ConfigurationManager::CONVERSATIONS_TABLE, function (Blueprint $table) {
            $table->bigIncrements('id');
            $table->boolean('private')->default(true);
Severity: Major
Found in database/migrations/create_chat_tables.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status