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