| Table: Recurrence_Generation_Method | |||||||||||||||
| The recurrence generation methods. Tags: read-only Content:
| |||||||||||||||
| Columns | |||||||||||||||
| Name | Type | Constraints | Description | ||||||||||||
| recurrence_generation_method_KEY | int | NOT NULL | Assigned primary key for this table. | ||||||||||||
| sort | int | NOT NULL | User defined sort for this table. | ||||||||||||
| description | nvarchar (250) | NOT NULL | User defined description (unique). | ||||||||||||
| Primary key | |||
| Name | Columns | Description | |
| PK_Recurrence_Generation_Method$recurrence_generation_method_KEY | recurrence_generation_method_KEY | CLUSTERED | |
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Recurrence_Generation_Method$description | description | Each description must be unique. | |