change_ufutx_s2_commissions
This commit is contained in:
parent
c58f4f14bf
commit
08e8057402
1
1770277348_change_ufutx_s2_commissions.up.sql
Normal file
1
1770277348_change_ufutx_s2_commissions.up.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE `ufutx_s2_commissions` ADD `notice_send_time` TIMESTAMP NULL COMMENT '通知发送时间' AFTER `status`, ADD `notice_status` TINYINT NOT NULL DEFAULT '1' COMMENT '1=未知, 2=已确认' AFTER `notice_send_time`, ADD `notice_type` TINYINT NOT NULL DEFAULT '0' COMMENT '0=未确认, 1=短信, 2=app用户端, 3=app商务端, 4=人工通知' AFTER `notice_status`, ADD `notice_submit_time` TIMESTAMP NULL COMMENT '首次确认时间' AFTER `notice_type`, ADD `notice_human_time` TIMESTAMP NULL COMMENT '人工通知时间' AFTER `notice_submit_time`;
|
||||
Loading…
Reference in New Issue
Block a user