proposal_template

-1 rows


Description

Defintion of a Proposal Template.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
category.proposal_template fk_proposal_template R
proposal.template_id fk_proposal_template R

Synthetic Unique ID for the proposal template (UUIDv4).

name text 2147483647 null

The UNIQUE name for the proposal template.

template jsonb 2147483647 null

The JSON Schema which must match the data contained in the proposal.

Indexes

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

Relationships