## Actions - ImportVoters - ListVoters - CreateVoter - UpdateVoter ## Schema Table: voters Columns: - election_id - name *string not null* - admission_date *date not null* - registration_number *string not null* - role *string not null* - voted *bool not null default false*