调整log_Model

This commit is contained in:
2022-02-11 10:24:48 +08:00
parent 885050bba5
commit 6b8b73bda5

View File

@@ -47,6 +47,7 @@ class Log extends Model
$table->text('in_source'); $table->text('in_source');
$table->string('type', 20)->index(); $table->string('type', 20)->index();
$table->text('out_source')->nullable(); $table->text('out_source')->nullable();
$table->string('coupon_no')->nullable();
$table->timestamps(); $table->timestamps();
}); });
} }