table('employee') ->addColumn('openid', 'string', ['comment'=>'绑定微信openid']) ->addColumn('unionid', 'string', ['comment'=>'绑定微信unionid']) ->addColumn('nickname', 'string', ['comment'=>'绑定微信的昵称']) ->addColumn('headimgurl', 'string', ['comment'=>'绑定微信的头像']) ->update(); $this->table('user') ->addColumn('root_id', 'integer', ['comment'=>'所属企业id']) ->update(); } }