数字督察一体化平台
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.
 
 

5 lines
259 B

ALTER TABLE `negative`.`negative`
ADD COLUMN `verify_time` datetime NULL COMMENT '核查时间',
ADD COLUMN `project_name` varchar(255) NULL COMMENT '项目名称',
ADD COLUMN `involve_money` decimal(10, 2) NULL COMMENT '问题涉及金额',
;