Increase task description field
This commit is contained in:
parent
7f72836aad
commit
bd624845c5
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ class AddTaskProjects extends Migration
|
|||
Schema::table('tasks', function ($table)
|
||||
{
|
||||
$table->unsignedInteger('project_id')->nullable()->index();
|
||||
$table->text('description')->change();
|
||||
});
|
||||
|
||||
DB::statement('SET FOREIGN_KEY_CHECKS=0;');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue