Skip to content

Commit

Permalink
added nullable on question option id
Browse files Browse the repository at this point in the history
  • Loading branch information
AravindRam-Ranium committed May 14, 2024
1 parent 9460fc0 commit b0e1623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ return new class extends Migration
$table->foreignId('consentable_id'); //`consentables` table primary key
$table->foreignId('consent_option_id');
$table->foreignId('consent_option_question_id');
$table->foreignId('consent_option_question_option_id');
$table->foreignId('consent_option_question_option_id')->nullable();
$table->string('question_field_name')->nullable();
$table->string('response')->nullable();
$table->string('additional_info')->nullable();
Expand Down

0 comments on commit b0e1623

Please sign in to comment.