increments('id'); $table->string('open_id', 200)->nullable(); $table->string('official_open_id', 200)->nullable(); $table->string('union_id', 200)->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('wechat_infos'); } }