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