id(); $table->string('name', 50)->comment("名称"); $table->string('sub_mch_id',20)->comment("子商户id"); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('payments'); } };