voting
voting copied to clipboard
Candidates
Actions
- ListCandidates
- CreateCandidate
- UpdateCandidate
Schema
Table: candidates Columns:
- election_id
- voter_id
- avatar string
- slogan string
- number integer not null
- votes integer not null default 0
- active bool not null default true