string('chat_qr_code')->nullable()->comment("企业微信二维码")->after("chat_id"); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('groups', function (Blueprint $table) { $table->dropColumn("chat_qr_code"); }); } };