['type' => 'uBigInt', 'title' => '用户id'], 'openid' => ['type' => 'string_60', 'title' => '微信openid'], 'unionid' => ['type' => 'string_60', 'title' => '微信unionid'], 'nick' => ['type' => 'string_60', 'title' => '昵称'], 'wx_avatar' => ['type' => 'string', 'title' => '头像', 'is_null' => 1], 'wx_info' => ['type' => 'json', 'title' => '手机号', 'is_null' => 1], ]; } /** * 初始化内容 */ public function init() { } /** * Run the database seeds. * * @return void */ public function run() { $this->schema = 'user_wechat_app'; $this->title = '用户表手机app登录'; $this->start(); } }