vote_options

3 rows


Description

(Enum) Available vote options.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
project_vote_decisions.vote_option_id project_vote_decisions_vote_option_id_fkeyR
project_votes.vote_option_id project_votes_vote_option_id_fkeyR
name text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
vote_options_pkey Primary key Asc id
vote_options_name_key Must be unique Asc name

Relationships