--创建表,设主建create table yagas(name char(255) primary key,age int)
--在现有表中加一列alter table yagas add id int