Campaign

2667 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
new_lpmprojectId uuid 2147483647 null
CreatedOn timestamp 26,3 null
OwnerId uuid 2147483647 null
statecode int4 10 0
statuscode int4 10 null
CampaignStatus.id Campaign_statuscode_fkeyR
new_Description text 2147483647 null
new_DoShellyWebsitePlacements bool 1 null
new_LastContentOrder timestamp 26,3 null
new_PostLength int4 10 null
new_ContentTemplate int4 10 null
new_High int4 10 null
new_Medium int4 10 null
new_Low int4 10 null
new_MainPhrase int4 10 null
new_Normal int4 10 null
new_Brand int4 10 null
new_UrlAnchors int4 10 null
new_GeneralVariationNoise int4 10 null
new_Compound int4 10 null
new_ShellyRandom bool 1 null
new_Latest10Articles int4 10 null
new_IncludeAnchorTexts bool 1 null
new_Tear int4 10 null
new_PostsindexedinGoogle int4 10 null
new_Month int4 10 null
new_Year int4 10 null
new_StatusChanged timestamp 26,3 null
new_FollowUp timestamp 26,3 null
new_includetargeturl bool 1 null
new_MonthlyTarget int4 10 0
new_Priority int4 10 null
CampaignPriority.id Campaign_new_Priority_fkeyR
new_name varchar 100 null
new_ProjectTopic uuid 2147483647 null
new_ContactOwner uuid 2147483647 null
new_ParticipatingContact1 uuid 2147483647 null
new_ParticipatingContact2 uuid 2147483647 null
new_defaultcontenttype uuid 2147483647 null
new_MinWordsperpost int4 10 null
new_InstructionsForContentWriters text 2147483647 null
new_PictureLink int4 10 null
new_AllowWriterToAddPosts bool 1 null
new_PotentialWebsites int4 10 null
new_WriterUploadToSite bool 1 null
new_UploadCost int4 10 null
id serial 10 nextval('v1."Campaign_id_seq"'::regclass)
Posts.campaign_id Posts_campaign_id_fkeyR
project_id int4 10 799
Project.id Campaign_project_id_fkey
owner_id int4 10 null
SystemUserBase.id Campaign_owner_id_fkeyR
createdby_id int4 10 null
SystemUserBase.id Campaign_createdby_id_fkeyR
strategy_id int4 10 null
CampaignStrategy.id Campaign_strategy_id_fkeyR
language_id int4 10 null
new_languagesBase.id Campaign_language_id_fkeyR
contenttype_id int4 10 null
ContentTypes.id Campaign_contenttype_id_fkeyR
uploader_id int4 10 null
SystemUserBase.id Campaign_uploader_id_fkeyR
approver_id int4 10 null
SystemUserBase.id Campaign_approver_id_fkeyR
writer_id int4 10 null
ContactBase.id Campaign_writer_id_fkeyR
currency_id int4 10 null
content_cost float8 17,17 '0'::double precision
allow_upload_content_portal bool 1 false

Indexes

Constraint Name Type Sort Column(s)
Campaign_pkey Primary key Asc id
camp_name_index Performance Asc new_name
camp_project_index Performance Asc project_id
camp_statecode_index Performance Asc statecode
Campaign_id_key Must be unique Asc id

Relationships