onboarding_progress_step

-1 rows


Description

Onboarding Progress Step Tracker

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('onboarding_progress_step_id_seq'::regclass)
onboarding_progress_onboarding_progress_step_rel.onboarding_progress_step_id onboarding_progress_onboarding_onboarding_progress_step_id_fkey C
step_id int4 10 null
onboarding_onboarding_step.id onboarding_progress_step_step_id_fkey C

Onboarding Step

company_id int4 10 null
res_company.id onboarding_progress_step_company_id_fkey C

Company

create_uid int4 10 null
res_users.id onboarding_progress_step_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id onboarding_progress_step_write_uid_fkey N

Last Updated by

step_state varchar 2147483647 null

Onboarding Step Progress

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_progress_step_pkey Primary key Asc id
onboarding_progress_step_company_uniq Must be unique Asc step_id

Relationships