foreignId('standalone_redis_id')->nullable(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('environment_variables', function (Blueprint $table) { $table->dropColumn('standalone_redis_id'); }); } };