Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | √ | null |
|
|
Primary key on form |
||||
| slug | varchar | 1000 | √ | null |
|
|
The end url for the form data |
||||
| json_schema | jsonb | 2147483647 | '{}'::jsonb |
|
|
The JSON schema for the respective form |
|||||
| description | varchar | 1000 | √ | null |
|
|
Description of the form |
||||
| form_type | varchar | 1000 | √ | null |
|
|
The type of form being stored |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| form_pkey | Primary key | Asc | id |
| form_slug_key | Must be unique | Asc | slug |

