main

Data table

Migration run against the main data table when the project is imported.

typeform.forms
ColumnTypeConstraints
idtext
not nullprimary key
titletext
not null
descriptiontext
thank_you_titletext
default 'Thanks!'::text
thank_you_messagetext
default 'We''ll be in touch soon.'::text
accent_colortext
default '#0084ff'::text
created_attimestamp with time zone
default now()
typeform.responses
ColumnTypeConstraints
iduuid
not nullprimary keydefault gen_random_uuid()
form_idtext
not null→ forms
answersjsonb
not null
submitted_attimestamp with time zone
default now()
session_idtext
typeform.questions
ColumnTypeConstraints
idtext
not nullprimary key
form_idtext
not nullprimary key→ forms
positioninteger
not null
typetext
not null
questiontext
not null
placeholdertext
choicesjsonb
requiredboolean
default true