minor fixes

This commit is contained in:
omair saleh
2020-06-04 12:25:20 +08:00
parent 564191e423
commit f653c9d974
11 changed files with 137 additions and 14 deletions
@@ -20,6 +20,7 @@ class CreateMilestoneTasksTable extends Migration
$table->unsignedBigInteger('type_id');
$table->string('title');
$table->string('description')->nullable();
$table->integer('order');
$table->timestamps();
$table->softDeletes();
$table->foreign('milestone_id')->references('id')->on('milestones');