Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | gen_random_uuid() |
|
|
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 |