Skip to content

Commit defeebe

Browse files
authored
Merge pull request #39 from RJFares/patch-migration
Update migrations
2 parents dcbffd2 + 36bd97b commit defeebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2018_06_14_000000_create_acquaintances_interactions_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function up()
2323
$table->string('relation')->default('follow')->comment('follow/like/subscribe/favorite/upvote/downvote');
2424
$table->integer('relation_value')->nullable();
2525
$table->string('relation_type')->nullable();
26-
$table->timestamp('created_at');
26+
$table->timestamps();
2727

2828

2929
$table->foreign('user_id')

0 commit comments

Comments
 (0)