| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  ClientsID | int |  | ||
|  OwnerID | int |  | ||
|  Type | smallint |  | ||
|  Deleted | bit | Default = 0 | ||
|  FolderID | int |  | Default = 0 | |
|  Guid | uniqueidentifier |  | ||
|  Description | nvarchar(256) |  | ||
|  Name | nvarchar(50) |  | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  ClientSitesID | int |  | ClientSites.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_EmailProject_ClientSitesID_Name | ClientSitesID, Name |  | ||
|  PK_EmailProjects | ID |  |  |  | 
| Referenced by | Field | 
|---|---|
|  EmailProjectAppeal | EmailProjectID | 
