Silent 6 年之前
父節點
當前提交
b16160c20e
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      database/migrations/2018_08_08_151946_add_wechat_info_to_we_chat_user.php

+ 0 - 1
database/migrations/2018_08_08_151946_add_wechat_info_to_we_chat_user.php

xqd
@@ -20,7 +20,6 @@ class AddWechatInfoToWeChatUser extends Migration
             $table->string('city', 200)->nullable()->after('id')->comment('city');
             $table->string('gender', 200)->nullable()->after('id')->comment('gender');
             $table->string('nickname', 200)->nullable()->after('id')->comment('nickname');
-            $table->string('open_id', 200)->nullable()->after('id')->comment('open_id');
         });
     }