ehosp/eHOSP-Services-CE

View on GitHub
src/database/migrations/2016_01_01_000000_create_data_types_table.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function up()
    {
        // Create table for storing roles
        Schema::create('data_types', function (Blueprint $table) {
            $table->increments('id');

    There are no issues that match your filters.

    Category
    Status