| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  EmailListID | int |  | ||
|  AppealListType | smallint |  | ||
|  Guid | uniqueidentifier | Default = (newid()) | ||
|  Deleted | bit |  | Default = 0 | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  EmailProjectAppealID | int |  | EmailProjectAppeal.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_EmailProjectAppeal_EmailList_EmailProjectAppealID | EmailProjectAppealID | |||
|  PK_EmailProjectAppeal_EmailList | ID |  |  |  | 
| Referenced by | Field | 
|---|---|
|  EmailProjectAppeal_ListEmail | EmailProjectAppealListID | 
