mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-11-22 09:56:53 +01:00
tidy
This commit is contained in:
parent
1319d970bc
commit
3159f97daa
15
seed.sql
15
seed.sql
@ -1,15 +0,0 @@
|
|||||||
create table contributions
|
|
||||||
(
|
|
||||||
id int auto_increment,
|
|
||||||
token varchar(64) not null,
|
|
||||||
name varchar(255) null,
|
|
||||||
company varchar(255) null,
|
|
||||||
handle varchar(255) null,
|
|
||||||
socialType varchar(255) not null,
|
|
||||||
hash varchar(130) null,
|
|
||||||
|
|
||||||
constraint contributions_pk
|
|
||||||
primary key (id)
|
|
||||||
);
|
|
||||||
|
|
||||||
create unique index contributions_token_uindex on contributions (token);
|
|
Loading…
Reference in New Issue
Block a user