getTable(self::RESULTS_TABLE); if(!$table->hasColumn('current_file_id')) { $table->addColumn('current_file_id', Types::BIGINT, [ 'notnull' => false, ]); } return $schema; } }