[FIX] Base Structure Index
This commit is contained in:
parent
4b204a5ca3
commit
9bc1a5f0ea
@ -30,7 +30,8 @@ CREATE TABLE IF NOT EXISTS `accounts` (
|
||||
`coin_address` varchar(255) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `username` (`username`),
|
||||
UNIQUE KEY `email` (`email`)
|
||||
UNIQUE KEY `email` (`email`),
|
||||
UNIQUE KEY `coin_address` (`coin_address`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `blocks` (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user