src/Migration/Oracle.php

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Method __construct has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

public function __construct($source, $params = [])
{
// IDENTITY column or column with SEQUENCE as a default value is available only as of Oracle 12c
// see https://stackoverflow.com/questions/10613846/create-table-with-sequence-nextval-in-oracle#10613875
$this->templates['create'] = <<<'EOT'
Severity: Minor
Found in src/Migration/Oracle.php - About 1 hr to fix
    Category
    Status