increments('id'); $table->string('code', 10)->unique(); $table->string('description', 100); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('switching_platforms'); } }