alter modify

alter table table modify column number(10) not null;

not null这个不支持吗

currently not support modify column from nullable to not null, coming soon

那如何修改已存在表的 null/not null