table('employee'); $table->addColumn('wework_uid', 'integer', ['limit'=> 10, 'comment'=> '企业微信用户ID']) ->addColumn('weworksingle_uid', 'integer', ['limit'=> 10, 'comment'=> '单应用部署企业用户ID']) ->update(); } }