1
This commit is contained in:
parent
df7c705e4c
commit
76363a67d0
@ -90,7 +90,7 @@ CREATE TABLE `t_staking` (
|
||||
PRIMARY KEY (`idx`),
|
||||
UNIQUE KEY `unikey` (`token_id`, `contract_address`, `net_id`, `start_time`)
|
||||
KEY `address` (`address`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=10000 DEFAULT CHARSET=utf8;
|
||||
|
||||
alter table t_bc_order add column `currency_name` varchar(60) NOT NULL DEFAULT '' COMMENT 'currency_name';
|
||||
|
||||
|
15
webapp/controller/StakingController.class.php
Normal file
15
webapp/controller/StakingController.class.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
require_once("models/Stacking.php");
|
||||
|
||||
use phpcommon\SqlHelper;
|
||||
|
||||
use models\FirstTopup;
|
||||
|
||||
class StackingController extends BaseAuthedController {
|
||||
|
||||
public function info()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user