diff --git a/database/migrations/2020_10_29_204434_tasks_table_project_nullable.php b/database/migrations/2020_10_29_204434_tasks_table_project_nullable.php new file mode 100644 index 000000000000..516c71735907 --- /dev/null +++ b/database/migrations/2020_10_29_204434_tasks_table_project_nullable.php @@ -0,0 +1,32 @@ +unsignedInteger('assigned_user_id')->nullable()->change(); + + }); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + // + } +}