调整 合同、运力、客商、项目
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- 机构表:新增「是否平台公司」字段,默认否
|
||||
|
||||
ALTER TABLE `blade_dept`
|
||||
ADD COLUMN `is_platform_company` tinyint NOT NULL DEFAULT 0 COMMENT '是否平台公司:0否,1是' AFTER `carrier_customer_id`;
|
||||
Reference in New Issue
Block a user