0% found this document useful (0 votes)
3 views1 page

Admin: Indexes

architecture of voting system database

Uploaded by

er.yadavbtech360
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Admin: Indexes

architecture of voting system database

Uploaded by

er.yadavbtech360
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

admin

id INT

authorization_code VARCHAR(255)

user_id INT

created_at TIMESTAMP

updated_at TIMESTAMP
Indexes

party electionresults
id INT result_id INT

name VARCHAR(255) election_id INT


description TEXT candidate_id INT

logo_url VARCHAR(255) total_votes INT


Indexes created_at TIMESTAMP
Indexes

category vote election user


id INT vote_id INT election_id INT id INT

name VARCHAR(255) voter_id INT election_name VARCHAR(255) name VARCHAR(255)


Indexes candidate_id INT start_date TIMESTAMP age INT

vote_date TIMESTAMP end_date TIMESTAMP address VARCHAR(255)


category_id INT status ENUM(...) email VARCHAR(255)
Indexes total_votes INT password VARCHAR(255)

winner_id INT voiceprint VARCHAR(255)

winner_name VARCHAR(255) Indexes

winner_votes INT

winner_party VARCHAR(255)
candidate answer winner_position VARCHAR(255) question
id INT id INT blockchain_tx_hash VARCHAR(255) id INT

current_votes INT receipt_email VARCHAR(255) created_at TIMESTAMP sender_email VARCHAR(255)

voting_history TEXT question_id INT updated_at TIMESTAMP question VARCHAR(255)

authorization_code VARCHAR(255) answer VARCHAR(255) Indexes answer_id INT

party_id INT Indexes Indexes

zone_id INT

category_id INT
Indexes

voter zone blockchaintransactions


id INT id INT transaction_id INT

current_votes INT name VARCHAR(255) election_id INT


voting_history TEXT state_name VARCHAR(255) transaction_hash VARCHAR(255)

zone_id INT district_name VARCHAR(255) created_at TIMESTAMP


Indexes area_name VARCHAR(255) Indexes

description TEXT

created_at TIMESTAMP

updated_at TIMESTAMP
Indexes

You might also like