Skip to content

Commit eced08a

Browse files
committed
bad merge
1 parent 59aa621 commit eced08a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/database/migrations/2021_01_18_021055_create_task_user_table.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ public function up()
1818
$table->unsignedBigInteger('user_id');
1919
$table->boolean('owner')->default(false);
2020

21+
});
22+
2123
}
2224

2325
/**

0 commit comments

Comments
 (0)