increments('id'); $table->string('character_id'); $table->boolean('active'); $table->timestamps(); }); } } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('clones'); } }