answers.text is nullable
This commit is contained in:
parent
84e67925db
commit
17cba5192a
@ -24,7 +24,8 @@ class CreateAnswersTable extends Migration
|
||||
->unsigned()
|
||||
->nullable();
|
||||
|
||||
$table->text('text');
|
||||
$table->text('text')
|
||||
->nullable();
|
||||
|
||||
$table->integer('questionchoice_id')
|
||||
->unsigned()
|
||||
|
Loading…
Reference in New Issue
Block a user