数码吧
首页
文章
电池
C
最新
PGSQL将字段改为不能为空
alter
table
表名
alter
字段名
set
not
null
;
alter
table
log
alter
ip
set
not
null
;