Silent 6 years ago
parent
commit
b16160c20e

+ 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');
         });
     }