This commit is contained in:
aozhiwei 2024-08-16 16:12:09 +08:00
parent 60278ced52
commit 1b36cdbcee

View File

@ -2029,6 +2029,6 @@ CREATE TABLE `t_contribution_history` (
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
PRIMARY KEY (`idx`),
UNIQUE KEY `idx_account_id` (`account_id`)
KEY `idx_account_id` (`account_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10000 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*!40101 SET character_set_client = @saved_cs_client */;