id(); $table->string('title'); $table->string('description'); $table->string('img'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('badges'); } }