table('lottery_activity') ->addColumn('lottery_tel', 'string', ['comment'=> '联系方式','null'=>true]) ->addColumn('lottery_address', 'string', ['comment'=> '公司地址','null'=>true]) ->update(); } }