初始化
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- 在 redemption_codes 表中增加明文兑换码字段,使管理后台可持续查看完整兑换码。
|
||||
ALTER TABLE public.redemption_codes ADD COLUMN code character varying(40);
|
||||
|
||||
COMMENT ON COLUMN public.redemption_codes.code IS '完整明文兑换码,仅对新建记录写入,历史记录为空';
|
||||
Reference in New Issue
Block a user