hasTable('appconfig')) { // return null; // } // // $table = $schema->getTable('appconfig'); // if ($table->hasColumn('lazy')) { // return null; // } // // // type=2 means value is typed as MIXED // $table->addColumn('type', Types::INTEGER, ['notnull' => true, 'default' => 2]); // $table->addColumn('lazy', Types::BOOLEAN, ['notnull' => false, 'default' => false]); // // return $schema; } }