id(); $table->string('activity_id'); $table->string('name'); $table->string('provider'); $table->integer('count'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('prizes'); } };