id(); $table->integer("image_id"); $table->integer('imageable_id'); $table->string('imageable_type'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('imageables'); } };