TimeZone
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| Name | nvarchar(64) | yes | ||
| Display | smallint | Default = ((0)) | ||
| CreateDate | datetime | Default = getutcdate() | ||
| UpdateDate | datetime | Default = getutcdate() |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_TimeZone | ID | yes | yes | yes |
Referenced by
| Referenced by | Field |
|---|---|
| CalendarEvent | TimeZoneID |
| ClientUsers | TimeZoneID |
| EMAILSCHEDULE | TIMEZONEID |