proposal

-1 rows


Description

An individual Proposal.

Columns

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

The Synthetic Unique ID for the proposal (UUIDv4).

template_id uuid 2147483647 null
proposal_template.id fk_proposal_template R

The Template this proposal conforms to.

Indexes

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

Relationships