increments('id'); $table->timestamps(); $table->string('name', 255); $table->string('color', 12); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('teams'); } }