Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | gen_random_uuid() |
|
|
Synthetic ID for the category (UUIDv4) the proposal is linked to. |
|||||
event_id | uuid | 2147483647 | null |
|
|
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 |
|
|
The template all proposals in this category must use. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
category_pkey | Primary key | Asc | id |