记得上下班打卡 | git大法好,push需谨慎

Commit d8cc9109 authored by jiangxiulong's avatar jiangxiulong

nft兑换 sql

parent 30882a43
......@@ -17,7 +17,7 @@ CREATE TABLE goblin_nft_ex_code
updated_at DATETIME NULL DEFAULT NULL COMMENT '更新时间',
KEY `idx_nft_code_id` (`code_id`),
KEY `idx_nft_code` (`code`),
KEY `idx_nft_code_id` (`sku_id`),
KEY `idx_nft_sku_id` (`sku_id`),
KEY `idx_nft_redeem_uid` (`redeem_uid`)
) ENGINE = InnoDB
DEFAULT CHARSET utf8mb4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment