table('employee') ->addColumn('invitation_qrcode', 'string',array('limit' => 255, 'null' => true,'comment'=>'员工邀请经纪人二维码')) ->update(); } }