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