调整项目
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- 项目立项增加变更记录JSON
|
||||
ALTER TABLE `blade_project_apply`
|
||||
ADD COLUMN `change_record_json` text DEFAULT NULL COMMENT '变更记录JSON' AFTER `attachments_json`;
|
||||
@@ -49,6 +49,7 @@ CREATE TABLE `blade_project_apply` (
|
||||
`carrier_json` text DEFAULT NULL COMMENT '承运商信息JSON',
|
||||
`situation_remark` text DEFAULT NULL COMMENT '项目情况说明',
|
||||
`attachments_json` text DEFAULT NULL COMMENT '项目附件JSON',
|
||||
`change_record_json` text DEFAULT NULL COMMENT '变更记录JSON',
|
||||
`approval_status` varchar(50) DEFAULT NULL COMMENT '审批状态',
|
||||
`current_node` varchar(100) DEFAULT NULL COMMENT '当前节点',
|
||||
`current_processor` varchar(100) DEFAULT NULL COMMENT '当前处理人',
|
||||
|
||||
Reference in New Issue
Block a user