form

-1 rows


Description

Table to hold the json_schema for forms

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
form_data.form_schema_id form_data_form_schema_id_fkey R

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
form_type.name form_form_type_fkey R

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

Relationships