From 1bb2436d7f7101acaa85992ff5011bffe0390538 Mon Sep 17 00:00:00 2001 From: xharpenParksuhyeon Date: Fri, 17 Jun 2022 03:25:01 +0000 Subject: [PATCH] =?UTF-8?q?#14=20#12=20=EC=8B=A0=EA=B3=A0=EC=97=90=20?= =?UTF-8?q?=EB=8C=80=ED=95=9C=20=ED=95=AD=EB=AA=A9=20=EA=B8=B0=EB=8A=A5=20?= =?UTF-8?q?=EB=A7=88=EC=9D=B4=EA=B7=B8=EB=A0=88=EC=9D=B4=EC=85=98=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.php b/plugin.php index b0ee0f9..10e399b 100644 --- a/plugin.php +++ b/plugin.php @@ -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'); }); }