ernestwisniewski/kbin

View on GitHub
migrations/Version20230314134010.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function up(Schema $schema): void
    {
        // this up() migration is auto-generated, please modify it to your needs
        $this->addSql("INSERT INTO \"public\".\"award_type\" (\"id\", \"name\", \"category\", \"count\", \"attributes\") VALUES
(1, 'bronze_autobiographer', 'bronze', 0, 'a:0:{}'),
Severity: Minor
Found in migrations/Version20230314134010.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status