|
@@ -36,6 +36,28 @@ CREATE TABLE `wm_pkg_rdp`
|
|
|
ROW_FORMAT = DYNAMIC COMMENT ='执行包兑付通知';
|
|
|
|
|
|
|
|
|
+alter table NEW_PROD."wm_pkg_rdp"
|
|
|
+ add passed_by_node6_score_sum DECIMAL(20) default 0 not null ;
|
|
|
+
|
|
|
+comment
|
|
|
+on column NEW_PROD."wm_pkg_rdp".passed_by_node6_score_sum is '审核通过积分值';
|
|
|
+
|
|
|
+alter table NEW_PROD."wm_pkg_rdp"
|
|
|
+ add avail_rdp_score DECIMAL(20) default 0 not null ;
|
|
|
+
|
|
|
+comment
|
|
|
+on column NEW_PROD."wm_pkg_rdp".avail_rdp_score is '可兑付分值';
|
|
|
+
|
|
|
+
|
|
|
+alter table NEW_PROD."wm_pkg_rdp"
|
|
|
+ add supervision_deduct_score DECIMAL(20) default 0 not null ;
|
|
|
+
|
|
|
+comment
|
|
|
+on column NEW_PROD."wm_pkg_rdp".supervision_deduct_score is '监督扣减分值';
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
-- ----------------------------
|
|
|
-- Records of wm_pkg_rdp
|
|
|
-- ----------------------------
|