7 lines
181 B
MySQL
7 lines
181 B
MySQL
|
|
alter table wms_production_task
|
||
|
|
modify order_id bigint null comment '订单ID';
|
||
|
|
|
||
|
|
alter table wms_production_task
|
||
|
|
modify order_item_id bigint null comment '订单明细ID';
|
||
|
|
|