mysql 添加表的字段,并且跟在指定的字段后面
alter table ecshop.ecs_batch_gt_info add COLUMN out_type
varchar(64) not null default ”
comment ‘出库类型:B2B,样品出库,其他’ after other_reason
;
mysql 添加表的字段,并且跟在指定的字段后面
alter table ecshop.ecs_batch_gt_info add COLUMN out_type
varchar(64) not null default ”
comment ‘出库类型:B2B,样品出库,其他’ after other_reason
;