utm_campaign

-1 rows


Description

UTM Campaign

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('utm_campaign_id_seq'::regclass)
account_move.campaign_id account_move_campaign_id_fkey N
sale_order.campaign_id sale_order_campaign_id_fkey N
utm_tag_rel.tag_id utm_tag_rel_tag_id_fkey C
user_id int4 10 null
res_users.id utm_campaign_user_id_fkey R

Responsible

stage_id int4 10 null
utm_stage.id utm_campaign_stage_id_fkey R

Stage

color int4 10 null

Color Index

create_uid int4 10 null
res_users.id utm_campaign_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id utm_campaign_write_uid_fkey N

Last Updated by

name varchar 2147483647 null

Campaign Identifier

title jsonb 2147483647 null

Campaign Name

active bool 1 null

Active

is_auto_campaign bool 1 null

Automatically Generated Campaign

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

company_id int4 10 null
res_company.id utm_campaign_company_id_fkey N

Company

Indexes

Constraint Name Type Sort Column(s)
utm_campaign_pkey Primary key Asc id
utm_campaign_unique_name Must be unique Asc name

Relationships