| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  Name | nvarchar(50) |  | ||
|  Description | nvarchar(256) |  | ||
|  CurrentStep | smallint |  | ||
|  Deleted | bit |  | Default = 0 | |
|  Guid | uniqueidentifier | Default = (newid()) | ||
|  DuplicateSearchStatus | tinyint | Default = 0 | ||
|  DuplicateSearchStartDate | datetime |  | Default = getutcdate() | |
|  DuplicateSearchedDate | datetime |  | Default = getutcdate() | |
|  DuplicateSearchMsg | ntext |  | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  EmailProjectID | int |  | EmailProject.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_EmailProjectAppeal_EmailProjectID | EmailProjectID | |||
|  IX_EmailProjectAppeal_ProjectID_Name | EmailProjectID, Name |  | ||
|  PK_EmailProjectAppeal | ID |  |  |  | 
| Referenced by | Field | 
|---|---|
|  EmailProjectAppeal_Duplicates | EmailProjectAppealID | 
|  EmailProjectAppeal_EmailList | EmailProjectAppealID | 
