alter table test_tb5 modify s_name varchar(255) not null default 1000;
先把这个s_name 字段里的 null 都 update 为 1000