Alter table send add column type2 int NOT NULL DEFAULT '0' after id; //在send表 增长列type2 int类型 不为空 默认值为0 在列id后面加