This commit is contained in:
2025-12-10 13:02:37 +05:00
parent 125d619935
commit 637951b5ab

View File

@@ -12,7 +12,7 @@ return new class extends Migration
public function up(): void
{
Schema::table('channels', function (Blueprint $table) {
$table->string('shipping_price');
$table->string('shipping_price')->nullable();
});
}