Skip to content

Commit 734aedb

Browse files
committed
Update test
1 parent 15d119d commit 734aedb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ protected function setUpDatabase($app)
6161
$table->id();
6262
$table->foreignId('lesson_id')->references('id')->on('lms_lessons')->onDelete('cascade');
6363
$table->unsignedInteger('order');
64+
$table->boolean('is_optional')->default(false);
6465
$table->string('name');
6566
$table->string('slug');
6667
$table->morphs('material');

0 commit comments

Comments
 (0)