answers.text is nullable
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user