onboarding_onboarding_step

-1 rows


Description

Onboarding Step

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('onboarding_onboarding_step_id_seq'::regclass)
onboarding_onboarding_onboarding_onboarding_step_rel.onboarding_onboarding_step_id onboarding_onboarding_onboard_onboarding_onboarding_step_i_fkey C
onboarding_progress_step.step_id onboarding_progress_step_step_id_fkey C
sequence int4 10 null

Sequence

create_uid int4 10 null
res_users.id onboarding_onboarding_step_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id onboarding_onboarding_step_write_uid_fkey N

Last Updated by

done_icon varchar 2147483647 null

Font Awesome Icon when completed

step_image_filename varchar 2147483647 null

Step Image Filename

panel_step_open_action_name varchar 2147483647 null

Opening action

title jsonb 2147483647 null

Title

description jsonb 2147483647 null

Description

button_text jsonb 2147483647 null

Button text

done_text jsonb 2147483647 null

Text to show when step is completed

step_image_alt jsonb 2147483647 null

Alt Text for the Step Image

is_per_company bool 1 null

Is per company

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

Constraint Name Type Sort Column(s)
onboarding_onboarding_step_pkey Primary key Asc id

Relationships