category

-1 rows


Description

Defintion of a Category.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
category_proposals.category_id fk_category C

Synthetic ID for the category (UUIDv4) the proposal is linked to.

event_id uuid 2147483647 null
event.id fk_event C

Synthetic ID for the proposal (UUIDv4) being submitted to the category.

name text 2147483647 null

The name for the category.

proposal_template uuid 2147483647 null
proposal_template.id fk_proposal_template R

The template all proposals in this category must use.

Indexes

Constraint Name Type Sort Column(s)
category_pkey Primary key Asc id

Relationships