overlord_pathway_thinkificenrollment
Columns
Name | Type | Not null | Description |
---|---|---|---|
account_id | character varying(32) | True | Links to overlord_pathway_thinkificaccount.id . |
activated_at | timestamp without time zone | False | |
completed | boolean | True | |
course_created_at | timestamp without time zone | False | |
course_id | character varying(32) | False | Links to overlord_pathway_thinkificcourse.id . |
created_at | timestamp without time zone | True | |
expired_at | timestamp without time zone | False | |
id | character varying(32) | True | |
last_modified_at | timestamp without time zone | True | |
percentage_completed | numeric(6, 2) | True | |
raw_data | character varying(65535) | True | |
resource_id | bigint | True | |
started_at | timestamp without time zone | False | |
step_id | character varying(32) | False | Links to overlord_pathway_instancestep.id . |
updated_at | timestamp without time zone | False | |
user_id | character varying(32) | False | Links to overlord_pathway_thinkificuser.id . |