| Table: dbo.Recorded_Event_Searchable_Attribute_Type | |||
| Defines the type of data that can be searched on. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| recorded_event_searchable_attribute_type_KEY | int (4) | NOT NULL | Primary key. |
| description | nvarchar (60) | NOT NULL | Description. This will be presented to the user. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Recorded_Event_Searchable_Attribute_Type | recorded_event_searchable_attribute_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Recorded_Event_Searchable_Attribute_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Recorded_Event_Searchable_Attribute__Recorded_Event_Searchable_Attribute_Type__recorded_event_searchable_attribute_type_KEY | recorded_event_searchable_attribute_type_KEY | Recorded_Event_Searchable_Attribute | |