ATHLETICS_LOCATIONS
Primary Key
| Primary Key | Field Type | 
|---|---|
| ID | int | 
Fields
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| Name | nvarchar(256) | |||
| Description | nvarchar(2046) | yes | ||
| ContactInfoID | int | |||
| IsHome | bit | Default = 0 | 
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| ClientSitesID | int | ClientSites.ID | 
Indexes
| Index Name | Fields | Unique | Primary | Clustered | 
|---|---|---|---|---|
| PK_ATHLETICS_LOCATIONS | ID | yes | yes | yes | 
Referenced by
| Referenced by | Field | 
|---|---|
| ATHLETICS_EVENTS | LocationID |