| Database Schema Tables / Engage Dimension and Fact Tables | |
Stores a distinct set of delivery recipients.
| Column | Description | 
|---|---|
| recipient_id | bigint The unique delivery recipient id.  | 
	
| recipient_name | varchar The user name of the recipient.  | 
	
| created_at | datetime The creation date.  | 
	
| updated_at | datetime The last updated date.  | 
	
| source_id | bigint The source id of the appliance providing data.  | 
	
| control_id | bigint The control id, indicating when the record was loaded or updated.  |