id(); $table->string('type')->comment('类型: shipping, payment'); $table->string('code')->comment('唯一标识'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('plugins'); } }