musonza/chat

View on GitHub
database/migrations/create_chat_tables.php

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 1 of 1 total issue

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
    Category
    Status