table('talkskill') ->addColumn('approve_from', 'integer', ['comment'=>'审核来源0运营审核,1小程序管理员审核','default'=>1,'null'=>true]) ->update(); $this->table('talkskill_comment') ->addColumn('approve_from', 'integer', ['comment'=>'审核来源0运营审核,1小程序管理员审核','default'=>1,'null'=>true]) ->update(); } }