mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-19 04:23:56 +00:00
updated user seed okay to include real employees names
This commit is contained in:
@@ -16,7 +16,7 @@ class CreateTasksTable extends Migration
|
||||
{
|
||||
Schema::create('tasks', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->unsignedBigInteger('milestone_id');
|
||||
$table->unsignedBigInteger('milestone_id')->nullable();
|
||||
$table->unsignedBigInteger('type_id');
|
||||
$table->string('title');
|
||||
$table->string('description')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user