1
This commit is contained in:
parent
48ad546743
commit
a73ed068c6
@ -1611,6 +1611,14 @@ CREATE TABLE `t_hash_rate_reward` (
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
|
||||
--
|
||||
-- Table structure for table `t_computing_power_period`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `t_ranking_settlement_record`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `t_ranking_settlement_record` (
|
||||
`idx` bigint NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||||
`account_id` varchar(60) NOT NULL DEFAULT '' COMMENT '账号id',
|
||||
@ -1627,6 +1635,13 @@ CREATE TABLE `t_ranking_settlement_record` (
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
|
||||
|
||||
|
||||
--
|
||||
-- Table structure for table `t_computing_power_period`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `t_staking`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `t_staking` (
|
||||
`idx` bigint(20) NOT NULL AUTO_INCREMENT,
|
||||
`account_id` varchar(60) NOT NULL DEFAULT '' COMMENT '账号id',
|
||||
|
Loading…
x
Reference in New Issue
Block a user