mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-19 04:23:56 +00:00
minor fixes
This commit is contained in:
@@ -19,7 +19,7 @@ class CreateMilestoneTasksTable extends Migration
|
||||
$table->unsignedBigInteger('milestone_id');
|
||||
$table->unsignedBigInteger('type_id');
|
||||
$table->string('title');
|
||||
$table->string('description')->nullable();
|
||||
$table->text('description')->nullable();
|
||||
$table->integer('order');
|
||||
$table->timestamps();
|
||||
$table->softDeletes();
|
||||
|
||||
@@ -19,7 +19,7 @@ class CreateTasksTable extends Migration
|
||||
$table->unsignedBigInteger('milestone_id')->nullable();
|
||||
$table->unsignedBigInteger('type_id');
|
||||
$table->string('title');
|
||||
$table->string('description')->nullable();
|
||||
$table->text('description')->nullable();
|
||||
$table->unsignedBigInteger('status');
|
||||
$table->boolean('active');
|
||||
$table->timestamps();
|
||||
|
||||
Reference in New Issue
Block a user