| Table: Feature | |||
| Tags: read-only | |||
| Columns | |||
| Name | Type | Constraints | Description |
| feature_KEY | int | NOT NULL | CSI assigned key; NOT autogenerated! |
| description | nvarchar (30) | NOT NULL | Name of feature. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Feature$feature_KEY | feature_KEY | CLUSTERED | |
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Event_Class_Type__Feature__feature_KEY | feature_KEY | Event_Class_Type | |