dbfdg id(); $table->integer('parent_id'); $table->integer('user_id'); $table->timestamps(); } ); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('user_contacts'); } }