Reduction of amount for siblings implemented
This commit is contained in:
@@ -59,6 +59,7 @@ return new class extends Migration {
|
||||
$table->string('registration_link')->nullable();
|
||||
$table->boolean('pay_per_day');
|
||||
$table->boolean('pay_direct');
|
||||
$table->boolean('sibling_reduction')->default(false);
|
||||
$table->boolean('send_weekly_report')->default(true);
|
||||
$table->foreignId('participation_fee_1')->nullable()->constrained('event_participation_fees', 'id')->nullOnDelete()->cascadeOnUpdate();
|
||||
$table->foreignId('participation_fee_2')->nullable()->constrained('event_participation_fees', 'id')->nullOnDelete()->cascadeOnUpdate();
|
||||
|
||||
Reference in New Issue
Block a user