table('building_housetype') ->addColumn('vr_group_ids', 'string',array('comment'=>'vr作品','default'=> '')) ->update(); $table = $this->table('construction_record') ->addColumn('vr_group_ids', 'string',array('comment'=>'vr作品','default'=> '')) ->update(); } }