| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  RequiresApproval | bit | Default = 0 | ||
|  Guid | uniqueidentifier | Default = (newid()) | ||
|  JobBoardName | nvarchar(510) |  | ||
|  LegendText | nvarchar(510) |  | ||
|  SearchLinkText | nvarchar(300) |  | ||
|  SearchLegendText | nvarchar(510) |  | ||
|  PostLinkText | nvarchar(300) |  | ||
|  PostLegendText | nvarchar(510) |  | ||
|  PostJobLegend | nvarchar(510) |  | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  SiteContentID | int | SiteContent.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_JobBoards_1 | JobBoardName | |||
|  IX_JobBoards_GUID | Guid | |||
|  IX_JobBoards_SiteContentID | SiteContentID | |||
|  PK_JobBoards | ID |  |  |  | 
| Referenced by | Field | 
|---|---|
|  JobPosts | JobBoardID | 
