-- Drop Voting System Tables DROP TABLE IF EXISTS votes; DROP TABLE IF EXISTS candidates; DROP TABLE IF EXISTS vote_events;