table('employee'); $table->addColumn('xq_mobile_openid', 'string', ['limit'=> 255, 'comment'=> '薛鹊开放平台移动应用openid','default'=>'']) ->update(); $table = $this->table('user'); $table->addColumn('xq_mobile_openid', 'string', ['limit'=> 255, 'comment'=> '薛鹊开放平台移动应用openid','default'=>'']) ->update(); } }