Alter table send add column type2 int NOT NULL DEFAULT '0' after id; //在send表 增長列type2 int類型 不爲空 默認值爲0 在列id後面加