nnnn
This commit is contained in:
6
doc/20251128.sql
Normal file
6
doc/20251128.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
alter table cai_account
|
||||
add column `points` bigint(20) default 0 not null comment '积分';
|
||||
ALTER TABLE cai_goods
|
||||
ADD COLUMN `give_point` bigint(20) default 0 not null comment '充值赠送积分';
|
||||
ALTER TABLE cai_recharge_order
|
||||
ADD COLUMN `distribution` tinyint default 0 not null comment '是否參與分銷';
|
||||
Reference in New Issue
Block a user