fix bug
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `blade_waybill`
|
||||
ADD COLUMN `carrier_contract_id` bigint(20) DEFAULT NULL COMMENT '承运商合同ID' AFTER `carrier_name`,
|
||||
ADD KEY `idx_waybill_carrier_contract_id` (`carrier_contract_id`) USING BTREE;
|
||||
Reference in New Issue
Block a user