id(); $table->unsignedInteger('user_id'); $table->unsignedInteger('user_authable_id'); $table->string('user_authable_type'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('user_authables'); } }