You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mes-heli/sql/v1.3.0/1.structure.sql

4 lines
259 B

ALTER table wms_storage MODIFY column header_no VARCHAR(128);
ALTER table wms_storage_mat MODIFY column wh_id BIGINT(20) null;
ALTER table wms_storage_mat MODIFY column rg_id BIGINT(20) null;
ALTER table wms_storage_mat MODIFY column pn_id BIGINT(20) null;