摘要: 添加字段:在user_movement_log 表中Regionid字段后面添加GetewayId字段,类型int,不能为null,默认为0alter table `user_movement_log` Add column GatewayId int not null default 0 AFTER `Regionid` (在哪个字段后面添加) 阅读全文
posted @ 2012-11-23 20:45 刘振明 阅读(1795) 评论(0) 推荐(0)