Skip to content

Commit

Permalink
#14 #12 신고에 대한 항목 기능 마이그레이션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
xharpenParksuhyeon committed Jun 17, 2022
1 parent aa8e736 commit 1bb2436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ protected function createClaimLogTable()
protected function updateClaimLogTable()
{
if (Schema::hasColumn('claim_logs', 'category_item_id') === false) {
Schema::table('site', function (Blueprint $table) {
Schema::table('claim_logs', function (Blueprint $table) {
$table->string('category_item_id', 255)->nullable()->after('message');
});
}
Expand Down

0 comments on commit 1bb2436

Please sign in to comment.