Skip to content

Commit 38901f5

Browse files
authored
Update 2019_06_05_100004_create_governor_teamables_table.php
1 parent 4e476cf commit 38901f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

database/migrations/2019_06_05_100004_create_governor_teamables_table.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ public function __construct()
1515
public function up()
1616
{
1717
Schema::create('governor_teamables', function (Blueprint $table) {
18-
$table->bigInteger('team_id');
19-
$table->bigInteger('teamable_id');
18+
$table->bigUnsignedInteger('team_id');
19+
$table->bigUnsignedInteger('teamable_id');
2020
$table->string("teamable_type");
2121
$table->timestamps();
2222

0 commit comments

Comments
 (0)