increments('id'); $table->string('section'); $table->string('description'); $table->boolean('is_default'); $table->integer('sort_order'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('permissions'); } }