这样就行了吧
 create table ta(
 name varchar(20) default 'ttt',
 num varchar(6) not null
 )