table('company_strength')->addColumn('label', 'integer', ['default'=> 0, 'comment'=> '标签'])->update(); $this->table('company_strength_cate')->addColumn('pid', 'integer', ['default'=> 0, 'comment'=> '上级ID'])->update(); } }