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