PGSQL将字段改为不能为空

alter table 表名 alter 字段名  set not null;

alter table log alter ip set not null;