Commit 3f22d206 by 翁国栋

8小时运营后台操作sql

parent e9639429
......@@ -231,3 +231,9 @@ MODIFY COLUMN `premium` double(10, 2) NULL DEFAULT NULL COMMENT '保单批次保
ALTER TABLE `insure_product`
ADD COLUMN `tmp_url` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '投保模板url' AFTER `pay_type`;
ALTER TABLE `insure_log`
ADD COLUMN `user_type` int(11) NULL DEFAULT NULL COMMENT '用户类型 1:8小时 2:运营后台 3定时器' AFTER `file_url`,
ADD COLUMN `user_name` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT 'qyzx_emp_login的id' AFTER `user_type`,
ADD COLUMN `request_results` int(11) NULL DEFAULT NULL COMMENT '请求结果:0失败 1成功' AFTER `user_name`,
ADD COLUMN `company_name` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL AFTER `request_results`;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment