Table p_partner_interest
Diagram PartnerEdit 
Description:
Partner Area of Interest
PRIMARY KEY
p_partner_key_n
bigint NOT NULL
p_partner
p_interest_number_i
integer NOT NULL
Sequence number per Partner (required to make PK)

p_field_key_n
bigint
The Field the Partner is interested in p_unit
p_country_c
varchar (8)
The Country the Partner is interested in p_country
p_interest_c
varchar (20)
The Interest the Partner is interested in p_interest
p_level_i
integer
The level of interest
p_comment_c
varchar (512)
s_date_created_d
date default: CURRENT_DATE
The date the record was created.
s_created_by_c
varchar (20)
User ID of who created this record. s_user
s_date_modified_d
date
The date the record was modified.
s_modified_by_c
varchar (20)
User ID of who last modified this record. s_user
s_modification_id_t
timestamp default: CURRENT_TIMESTAMP
This identifies the current version of the record.


FOREIGN KEY
p_partner_interest_fk1: p_partner_key_n => p_partner
p_partner_interest_fk2: p_field_key_n => p_unit
p_partner_interest_fk3: p_country_c => p_country
p_partner_interest_fk4: p_interest_c => p_interest
p_partner_interest_fkcr: s_created_by_c => s_user
p_partner_interest_fkmd: s_modified_by_c => s_user