oracle 修改属性
alter table 表名 modify 字段名 类型;alter table 表名 modify 字段名 属性名;alter table TEST modify sbirthday not null;
We only live once, and time just goes by.
alter table 表名 modify 字段名 类型;alter table 表名 modify 字段名 属性名;