string('im_chat_id')->nullable()->comment('网易云群id')->after('chat_id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('groups', function (Blueprint $table) { $table->dropColumn('im_chat_id'); }); } };