id(); $table->unsignedBigInteger('social_id'); $table->string('sociable_type'); $table->unsignedBigInteger('sociable_id'); $table->string('user_on_social'); $table->string('server_of_social')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('sociables'); } }