increments('id'); $table->string('appid')->comment('AppID'); $table->string('appsecret')->comment('AppSecret'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('wechat_app'); } }