update 2025_01_04_optimize_plan_table.php

This commit is contained in:
xboard 2025-01-16 21:28:46 +08:00
parent abe93bf5ff
commit 78370717df

View File

@ -38,6 +38,7 @@ return new class extends Migration {
->where('id', $plan->id) ->where('id', $plan->id)
->update([ ->update([
'prices' => json_encode($prices), 'prices' => json_encode($prices),
'sell' => $plan->show
]); ]);
} }
}); });