access_token |
varchar(255) |
|
false |
|
|
Token used for access authentication. |
course_id |
uuid |
|
false |
|
public.courses |
The course id that the the mailing list is related to |
course_language_group_id |
uuid |
|
false |
|
public.course_language_groups |
The course language group id that the mailing list is related to |
created_at |
timestamp with time zone |
now() |
false |
|
|
Timestamp when the record was created. |
deleted_at |
timestamp with time zone |
|
true |
|
|
Timestamp when the record was deleted. If null, the record is not deleted. |
id |
uuid |
uuid_generate_v4() |
false |
public.mailchimp_course_tags |
|
A unique, stable identifier for the record. |
mailchimp_mailing_list_id |
varchar(255) |
|
false |
|
|
Id of the mailing list used for marketing in Mailchimp |
server_prefix |
varchar(255) |
|
false |
|
|
This value is used to configure API requests to the correct Mailchimp server. |
updated_at |
timestamp with time zone |
now() |
false |
|
|
Timestamp when the record was last updated. The field is updated automatically by the set_timestamp trigger. |