[FIX] Base Strucutre Import
This commit is contained in:
parent
3248a487df
commit
370d66c147
@ -61,7 +61,7 @@ CREATE TABLE IF NOT EXISTS `coin_addresses` (
|
|||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
UNIQUE KEY `coin_address` (`coin_address`),
|
UNIQUE KEY `coin_address` (`coin_address`),
|
||||||
KEY `account_id` (`account_id`)
|
KEY `account_id` (`account_id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS `invitations` (
|
CREATE TABLE IF NOT EXISTS `invitations` (
|
||||||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user