id(); $table->text('content')->comment('请求报文'); $table->string('interface')->index()->comment('接口'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('weight_logs'); } }