id(); $table->unsignedBigInteger('environment_id'); $table->unsignedBigInteger('environmentable_id'); $table->string('environmentable_type'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('environmentables'); } };