Table p_partner_short_code |
Description: Stores one or more short codes for a Partner (eg. a donor or recipient code for online giving system) |
PRIMARY KEY | ||
p_partner_key_n
bigint NOT NULL | Partner key of Partner to which short code applies | p_partner |
p_partner_short_code_c
varchar (30) NOT NULL | The short code which applies to the Partner | |
p_field_key_n
bigint NOT NULL | Field to which Partner is assigned | |
p_recipient_flag_l
boolean | Is this a short code to identify a recipient? | |
p_donor_flag_l
boolean | Is this a short code to identify a donor? | |
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_short_code_fk1: p_partner_key_n => p_partner p_partner_short_code_fkcr: s_created_by_c => s_user p_partner_short_code_fkmd: s_modified_by_c => s_user |