增加一列:ALTER TABLE yourTabbleName ADD columnName dataType;增加多列:ALTER TABLE yourTabbleName ADD (columnName dataType,columnName2 dataType..);要指定长度的,记得写长度