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