أُنشئ من Tokal/Test
Remove booking pricing and fix venue image delivery
هذا الالتزام موجود في:
@@ -10,7 +10,8 @@ return new class extends Migration
|
||||
{
|
||||
Schema::create('pricing_rules', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->enum('scope', ['global', 'type', 'venue']);
|
||||
// Keep enum values aligned with the PostgreSQL schema (`pricing_scope_enum`).
|
||||
$table->enum('scope', ['global_type', 'venue']);
|
||||
$table->string('venue_type')->nullable();
|
||||
$table->foreignId('venue_id')->nullable()->constrained('venues')->nullOnDelete();
|
||||
$table->decimal('price_per_person', 10, 2);
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم