table('customer') ->addColumn('agents_id', 'integer', ['comment'=>'所属经纪id','null'=>true]) ->update(); } }