console/migrations/m000000_000001_option.php
Method up
has 62 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function up()
{
$tableOptions = null;
if ($this->db->driverName === 'mysql') {
$tableOptions = 'CHARACTER SET utf8 COLLATE utf8_general_ci ENGINE=InnoDB';