src/Migration/Oracle.php
Method __construct
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
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'