id(); $table->foreignIdFor(Service::class); $table->foreignIdFor(Environment::class); $table->json('data')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('slices'); } };