From 6b8b73bda542bcef908630223027a34f2c39c8e4 Mon Sep 17 00:00:00 2001 From: xuanchen120 <122383162@qq.com> Date: Fri, 11 Feb 2022 10:24:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4log=5FModel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/Log.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Log.php b/app/Models/Log.php index 890299c..94f4f0c 100644 --- a/app/Models/Log.php +++ b/app/Models/Log.php @@ -47,6 +47,7 @@ class Log extends Model $table->text('in_source'); $table->string('type', 20)->index(); $table->text('out_source')->nullable(); + $table->string('coupon_no')->nullable(); $table->timestamps(); }); }