increments('id'); $table->mediumInteger('key_id')->unsigned(); $table->string('permission'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('api_permissions'); } }