Parcourir la source

docs: 知会新增字段

lixuesong il y a 2 mois
Parent
commit
f702cfa0fe
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      doc/db/24wm_pkg_rdp.sql

+ 6 - 6
doc/db/24wm_pkg_rdp.sql

@@ -36,24 +36,24 @@ CREATE TABLE `wm_pkg_rdp`
   ROW_FORMAT = DYNAMIC COMMENT ='执行包兑付通知';
 
 
-alter table NEW_PROD."wm_pkg_rdp"
+alter table 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 '审核通过积分值';
+on column PROD."wm_pkg_rdp".passed_by_node6_score_sum is '审核通过积分值';
 
-alter table NEW_PROD."wm_pkg_rdp"
+alter table 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 '可兑付分值';
+on column PROD."wm_pkg_rdp".avail_rdp_score is '可兑付分值';
 
 
-alter table NEW_PROD."wm_pkg_rdp"
+alter table 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 '监督扣减分值';
+on column PROD."wm_pkg_rdp".supervision_deduct_score is '监督扣减分值';