integer('upload_id'); $table->integer('uploadable_id'); $table->string('uploadable_type'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('uploadables'); } }