integer('admin_id'); $table->integer('role_id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('adminin_role'); } }